Question: Write a C++ program that asks the user for 2 inputs: 1. An integer named N. 2. A string named text. And then prints out
Write a C++ program that asks the user for 2 inputs: 1. An integer named "N". 2. A string named "text". And then prints out the string: Hello, ! N times, where is the content of the string named "text". For example, if N is 2 and text is "here", the program will print: Hello, here! Hello, here!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
