Question: Only do the raptor flowchart using the loop. Thanks 1. RAPTOR: loop structures (a) Create a flowchart for a program that takes one integer n

Only do the raptor flowchart using the loop. Thanks
1. RAPTOR: loop structures (a) Create a flowchart for a program that takes one integer n between 2 and 9 as input from the user. If the input is in range, the program prints n lines, each of which starts with a random number rk in the range between 2 and 9, k n, n-1, .. , 1. If rk is closer to 0 than 10, the program prints rk - 1 number of k, and then ends the current line immediately. Otherwise, it prints rk number of spaces first and t hen print 10-rknumber of k before ending the current l ine. Iypical samples of running t he program are s hown below. Enter a number between 2 and 9: 5 Enter a number between 2 and 9: 9 9 3: 88 4: 777 4: 333 4: 222 nter a number between 2 and 9: 7 3: 77 Enter a number between 2 and 9: 2 4: 222 4: 444 3: 33
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
