Question: Write a complete C++ program that does the following: 1. It asks the user to enter a positive integer. 2. If the value is not

Write a complete C++ program that does the following: 1. It asks the user to enter a positive integer. 2. If the value is not legal, the program repeatedly makes the user type in another value until a legal value has been entered. 3. The program prints the digits of the number in reverse order (separated by spaces) and then gives their sum. Sample Run: Enter a positive integer: e Not a positive integer. Try again: 19683 3 8 6 9 1 sum to 27
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
