Question: Create a program for each of the following ( Submit the . cpp source code file for each ) : 1 5 points - comments

Create a program for each of the following (Submit the .cpp source code file for each):
15 points - comments statements for each program including your name
15 points - correct inputs for each program (if any are required)
1.(sum) Create a program that will output the sum of all of the numbers from 1 to 100.
10 points - correct use of loop
10 points - correct output
2.(tempchart) Create a program to display a temperature conversion chart for 0 to 100 degrees Celsius at 10 degree intervals and the corresponding Fahrenheit temperature.
10 points - correct use of loop
10 points - correct output
3.(penny) Write a program to calculate a person's salary calculated in this manner. The person will be paid 1 penny on the first day or $0.01. The pay will be doubled for every day worked. For example, pay will be doubled to 2 pennies on the second day for a total pay of $0.03. The program should accept the number of days worked as input and output the total pay in dollars with two decimal places.
10 points - correct use of loop
10 points - correct output
10 points - correct output format

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!