Question: All code must be in C++ using G++ compiler Write a program that asks the user to enter a series of single digit numbers with


All code must be in C++ using G++ compiler
Write a program that asks the user to enter a series of single digit numbers with no space between them (validation: at least 4 digits). The user can enter a maximum of 8 digits. Read the input as a C-string. The program should display: The sum of all the digits in the string. The highest and lowest digits in the string
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
