Question: Pointers: Assignment C++ 1.Your program will prompt the user for a U.S. Dollar amount and convert the U.S Dollar amount to the Chinese Yuan currency.
Pointers: Assignment
C++
1.Your program will prompt the user for a U.S. Dollar amount and convert the U.S Dollar amount to the Chinese Yuan currency. You must use only one pointer. Your program must print the U.S Dollar amount and the Chinese Yuan converted amount. Your program should allow the user to repeat the program using different dollar values until the user decides to quit the program. Call your program Conversion.cpp. Don't forget your algorithm and heading needs to be in the file.
2.Create an array of planets. Populate the array and print the contents of the array using the pointer notation instead of the subscripts. Call your program Planets.cpp.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
