Question: c++ program Question 1 Write a program with at least eight (8) functions that is able to produce the output as shown below. The program

c++ program
Question 1 Write a program with at least eight (8) functions that is able to produce the output as shown below. The program should be able to accept two (2) inputs. The first is for number of rows. Please make sure that you handle appropriately when user key in negative values or zero. The second input is the start of character that you would like to display as the first line of output. CN Microsoft Visual Studio Debug Console Enter number of rows: 5 Enter the uppercase character you want to start to display: B B DDD F FF FF C:\Users\Administrator source epos\ConsoleApplication3\Debug\C onsoleApplication3.exe (process 2748) exited with code e.Press any key to close this window . Example 1 5 rows and begin with letter 'A' - Microsoft Visual Studio Debug Console Enter number of rows: 8 Enter the uppercase character you want to start to display: E E FF GGG HHHH IIIII JJJJJJ KKKKKKK LLLLLLLL C:\Users\Administrator source eposiconsoleApplication3\Debug\c onsoleApplication3.exe (process 7536) exited with code 0.Press any key to close this window ... Example 2 - 8 rows and begin with letter 'E
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
