Question: ( 1 5 Pts ) Choose the best answer below for a function which accepts any character and two integers, row and column then displays

(15 Pts) Choose the best answer below for a function which accepts any character and two integers, row and column then displays the indicated number of rows of that character, each row containing the indicated number of columns of that character. For example, the call: printChar'#'; 5,12); //5 rows, 12 columns would display:
void printChar(char ch, int rows, int columns)
1
for(int row =0;row 5;row ++)
I
for (int column =0;column 5;column ++)
1
cout #;
]
cout endl;
3
]
void printCharichar ch, int rows, int columns)
4void printChar(char ch, int rows, int columns)4for(int row =;,row
char printChar(char ch, int rows, int columns)
1
for(int row =0;row rows; row ++)
t
for (int column =0; column
 (15 Pts) Choose the best answer below for a function which

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!