Question: Write a program in C++ using for(cannot use while or do-while) loop to print the message Happy Birthday onto the screen given the number of
Write a program in C++ using for(cannot use while or do-while) loop to print the message Happy Birthday onto the screen given the number of rows(n) to be printed.
Input and Input Validation: The number of rows: n will be a positive number greater than 0. Your program must validate this.
Sample Output:
Enter the number of rows: 5
Happy-Birthday-Happy-Birthday-Happy Birthday-Happy-Birthday-Happy-Birthday Happy-Birthday-Happy-Birthday-Happy Birthday-Happy-Birthday-Happy-Birthday Happy-Birthday-Happy-Birthday-Happy
Enter the number of rows: 4
Happy-Birthday-Happy-Birthday Birthday-Happy-Birthday-Happy Happy-Birthday-Happy-Birthday Birthday-Happy-Birthday-Happy Input Scenario: N = -1 N = 3 N = 6 N = 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
