Programming & Computer Science Answers

C++ 9913
Python 5288
Java | JSP | JSF 3611
C 1680
C# 1362
Computer Networks 989
Algorithms 652
Databases | SQL | Oracle | MS Access 641
HTML/JavaScript Web Application 588
Other 537
Visual Basic 358
Assembler 209
Software Engineering 202
AJAX | JavaScript | HTML | PHP 166
MatLAB 150
MatLAB | Mathematica | MathCAD | Maple 124
Action Script | Flash | Flex | ColdFusion 112
UNIX/Linux Programming 89
Web Development 73
Excel 36
ASP | ASP.NET 23
Delphi | Pascal 21
Perl 16
Prolog 9
Functional Programming 9
MathCAD 5
Wolfram Mathematica 4
WPF 4
Ruby | Ruby on Rails 3
NodeJS Web Application 2

Questions answered by Experts: 26 876

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search

Found and fix errors in the following code:

if(number%2=0)
cout<<"Even.";
else
cout<<"Odd.";
Write a program that takes a digit as input and returns its string representation (1 - one, 2 - two, etc.).
I need a function that extracts the square root of a number.
I need a program that takes many numbers from the user and returns their sum.
What is the difference between these cell addresses: $A1, A$1 and $A$1?
There is an int variable that stores a certain amount of time in seconds. I need a function that converts seconds to days, hours, minutes and seconds and returns this as a string.
Write a program that counts the number of characters in the sentence entered by the user and displays it on the screen.
Write a function that takes two distance values as argument and returns the Large one. Include main ( ) program accepts two distance values from the user , compares them , and display the larger
Write a function called circarea() that finds the area of a circle. It should take an argument of type float and return an argument of the same type. Write a main() function that gets a radius value from the user, calls circarea(), and displays the result.
Design a calculator using the concept of functions. Take user defined values for each operation.
LATEST TUTORIALS
APPROVED BY CLIENTS