Write a program to input length and width of a rectangle and display it. Your program would continue to take input for the length and width using a for loop unless valid input is not given. Further, you would use the ASCII characters to display the rectangle on the output screen.




 

Comments