C++ | 11448 | 10707 |
Python | 5831 | 5728 |
Java | JSP | JSF | 4418 | 3943 |
C | 1978 | 1850 |
C# | 1835 | 1539 |
Other | 1727 | 1357 |
Computer Networks | 1204 | 1122 |
Databases | SQL | Oracle | MS Access | 901 | 732 |
Algorithms | 856 | 763 |
HTML/JavaScript Web Application | 680 | 648 |
Software Engineering | 639 | 505 |
Visual Basic | 619 | 487 |
Assembler | 338 | 279 |
AJAX | JavaScript | HTML | PHP | 323 | 213 |
Action Script | Flash | Flex | ColdFusion | 296 | 143 |
MatLAB | Mathematica | MathCAD | Maple | 245 | 142 |
MatLAB | 213 | 199 |
UNIX/Linux Programming | 170 | 135 |
Functional Programming | 109 | 81 |
Web Development | 105 | 89 |
ASP | ASP.NET | 81 | 41 |
Excel | 69 | 64 |
Prolog | 69 | 50 |
Perl | 51 | 19 |
Delphi | Pascal | 33 | 22 |
Android | 26 | 24 |
Ruby | Ruby on Rails | 17 | 5 |
WPF | 13 | 5 |
MathCAD | 11 | 8 |
NodeJS Web Application | 10 | 8 |
Wolfram Mathematica | 9 | 8 |
QT | GTR | GTK | 4 | 0 |
Objective-C | Swift | 1 | 1 |
Maple | 1 | 1 |
Questions: 34 330
Answers by our Experts: 30 918
Need a fast expert's response?
Submit orderand get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
An e commerce company is planning to give a special discount on all its products to its customers for Ch holiday
Create a c++ program that would ask the user to enter their personal information : Lastname, First name, Middle Name, Birthday, Age, Gender and Permanent address. The program must display all the information input by the user.
implement a C# method
TemperatureConverter(
double
tempInCelsius
)
which
accepts the temperature in Celsius as input parameter and returns the temperature in
Fahrenheit
as the output value.
Note:
T
(°F)
=
T
(°C)
× 1.8 + 32
Sample Input
Expected Output
tempInCelsius = 32
89.6
Compare and contrast the medium access protocols and elaborate on any one of them
Error control and Flow control are critical in effective frame transfer in a data link layer. Discuss the types of errors in detail and suggest suitable solutions for the same
write the class graduating student as a subclass of the student class
Write the Class Student which represent the student Object considering that the students has ID, Name and email as attributes and you need to suggest one method.
How to select the rows from 20th index till 200th index(exclusive),and columns from 2nd index till 15th index value