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

A telephone company is charging the customers each month with a service fee as the following:

 1 hour of calls = 45 Riyal

 1 message = 40 Halala

Suppose the company has a customer with 287 minute calls and 23 messages. Write a program that calculates and prints the following:

 The amount charges for calls.

 The amount charges for messages.

 The total amount the customer charges.

[Sample Run] 215.25 9.2 224.45 . . . . . . . . 


How can I write a C program to shoot a two dices 1000 times and print the numbers you make, then calculate the average number, and finally print the average number out
input(": + Please input your last name: ")
print("last name, first name")
An array of 10 integers is being sorted in ascending order using Quicksort.
Suppose the algorithm has just finished the first pass of partitioning and pivot swapping thus changing the content of the original array into the following array:
[101, 102, 100, 104, 108, 106, 108, 110, 114, 109]
From the resulting array above, determine how many integers could have been the pivot?
Note: elements == pivot are partitioned to the right.
input (“Enter a number :”)
print (num * 8)
make a code to run this:

Enter a word. Good
Enter a word. morning
Good morning
You visit a shop to get your assignment typed and printed. WAP to calculate bill of a job work based on following rates.
Rate of typing is Rs. 3/- per page
Printing of fist copy if Rs. 5/- per page and later every copy Rs. 3/- per page.
User should enter the number of pages in assignment and no. of print out copies your group want.

print 5,10,15,20,25 using for for loop


Make a class named Fruit with a data member to calculate the number of fruits in a
basket. Create two other class named Apples and Mangoes to calculate the number
of apples and mangoes in the basket. Print the number of fruits of each type and
the total number of fruits in the basket.
Write a program that accepts a whole number as input, multiplies that number by 12and then outputs the product Hint: Remember that to think about the data type that the user will input. How can you make sure that their input is entered as a number?
LATEST TUTORIALS
APPROVED BY CLIENTS