Write c program that accepts two positive integer values


Problem

Write C program that accepts two positive integer values from the keyboard, say L and H. Both L and H will be less than 21. Your program then prints out a solid box of asterisks, with L horizontal stars and H vertical stars. The box is filled with asterisks. For example, If you were to type in 5 and 3, your output would be:

*****
*****
*****

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write c program that accepts two positive integer values
Reference No:- TGS03234760

Expected delivery within 24 Hours