Question: 12. (Value: 5) Write a function named printPattem that takes three arguments: a character and two integers. The character is to be printed. The first
12. (Value: 5) Write a function named printPattem that takes three arguments: a character and two integers. The character is to be printed. The first integer specifies the number of times that the character is to be printed on a line (repetitjons), and the second integer specifies the number of lines that are to be printed. Also, your function must return an integer indicating the number of lines multiplied by the number of repetitions Write a program that makes use of this function. That is in the main function you must read the inputs from the user (the character, and the two integers) and then call your function to do the printing Example When the input 151 C program The output I SC ce The function must cetem 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
