Question: Desk-check the program using the same data used to desk check the algorithm. If necessary, create a new project named Intermediate15 Project and save it

Desk-check the program using the same data used to desk check the algorithm. If necessary, create a new project named Intermediate15 Project and save it in the Cpp81Chap06 folder. Enter your C++ instructions into a source file named Intermediate15.cpp. Also enter appropriate comments and any additional instruc- tions required by the compiler Save and run the program. Test the program using the same data used to desk check the program e. In this exercise, you will create a program that displays both the smallest and largest of three integers entered by the user. For example, if the user enters the numbers 3,5, and 9 the program should display the messages "Smallest number is 3." and 'Largest number is 9 on the computer screen. 16. Create an IPO chart for the problem, and then desk-check the algorithm four times For the first desk-check, use the numbers 3, 5, and 9. For the second desk-check use 7, 10, and 2. For the third desk-check, use 8, 4, and 6. For the fourth desk-check use 1, 9, and 1 List the input, processing, and output items, as well as the algorithm, in a chart simi- lar to the one shown earlier in Figure 6-27. Then code the algorithm into a program. Desk-check the program using the same data used to desk-check the algorithm. If necessary, create a new project named Intermediate16 Project, and save it in the Cpp81Chap06 folder. Enter your C++ instructions into a source file named Intermediate16.cpp. Also enter appropriate comments and any additional instruc- tions required by the compiler Save and run the program. Test the program using the same data used to desk-chec b. c. d. k the program. n this exercise, you will create a program that converts U.S. dollars to a different currency. The number of American dollars should always be an integer that is greater n or equal to zero. The user should be able to choose the currency from the fol wing list: Canadian Dollar, Euro, Indian Rupee, Japanese Yen, Mexican Peso, South African Rand, and British Pound. (Hint: Designate a code for each currency, and use cout statements to display a menu that lists each code and the name of its correspond- ing currency.) Use the Internet to research the exchange rates. If necessary, create new project named Advanced17 Project, and save it in the Cpp81Chap06 folder. Ent
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
