Question: Question 6c In order to prevent a user from inputting a very large number, which will take too much system resources to print, you need

Question 6c In order to prevent a user from inputting a very large number, which will take too much system resources to print, you need to modify the above code, so that it will print a max of 20 lines, and give a message: "The system will only print the first 20 lines that you requested... Hint: You could simply add codes to the previous solution in 2b. Sample output Please input the number of rows you want: 30 #### > #### #### #### #### #### The system will only print the first 20 lines that you requested
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
