Question: 3.2 Task 2: Parameters list but no return value Write a C program that has a function called print_rectangle that takes two parameters length and

3.2 Task 2: Parameters list but no return value Write a C program that has a function called print_rectangle that takes two parameters length and width. The print_rectangle will print a rectangle with the given parameters on the screen using asterisks(*). Your program should ask the user to enter the length and width. Finally, your program will call the print_rectangle with the entered values of the length and width
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
