Question
C++ Programming Create a single PDF file that rest... Bookmark C++ Programming Create a single PDF file that restates the problem in your own words,
C++ Programming
Create a single PDF file that rest... Bookmark C++ Programming Create a single PDF file that restates the problem in your own words, specifies what input is needed from whomever is using the process, what output is expected, the step by step process (algorithm) to get the output from the input, and test data (input for which you know the expected output for each of the problems given below. (Include all this information in one file) You should not write any code. Make sure the problem statement is in your own words and is descriptive enough so someone not reading the problem you were given will understand the problem. For each of the problems below state the purpose in your own words, specify input that is needed, expected output, and the step by step process that will obtain the output from the input (the algorithm).
Please write the purpose, input, output and algorithm for each problem and add if there is any processing.
Problem 1: Create a process that will solve Programming Challenge 3 of Chapter 5 (Ocean Levels)
Assuming the level of the Earths oceans continues rising at about 3.1 millimeters per year, write a program that displays a table showing the total number of millimeters the oceans will have risen each year for the next 25 years.
Problem 2: Create a process that will solve Programming Challenge 7 of Chapter 5 (Pennies for Pay)
Write a program that calculates how much a person earns in a month if the salary is one penny the first day, two pennies the second day, four pennies the third day, and so on with the daily pay doubling each day the employee works. The program should ask the user for the number of days the employee worked during the month, validate that it is between 1 and 31, and then display a table showing how much the salary was for each day worked, as well as the total pay earned for the month. The output should be displayed in dollars with two decimal points, not in pennies.
Program 3: Create a process that will calculate the factorial of a positive whole number.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started