Question: Using C++ GONZO.CPP Write a program gonzo.cpp that takes 2 command line input arguments: a number (N) and a name. The program then does 2
GONZO.CPP Write a program gonzo.cpp that takes 2 command line input arguments: a number (N) and a name. The program then does 2 things: it prints out what the remainder of N divided by 10 is and, on the next line, prints out the name N times separated by a comma and space character with a period at the end of the sentence. REQUIREMENTS: You are only permitted to use the iostream library and you must use a switch statement at least once in this program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
