Question: You are asked to write a function that returns random a value in the range specified by its two parameters a and b. Your function

You are asked to write a function that returns random a value in the range specified by its two parameters a and b. Your function should be declared with the header int RandlntAB( int a, int b). You are then asked to call this function to generate 20 random integers of the range [min max] and put them on the terminal window. These 20 values have to be aligned into 4 rows 5 columns. The min and max are integers obtained from the keyboard provided by users. The following figure shows what you will see on the screen when you execute the program. What the range of the random numbers should be in? [min max): 45 90 62 58 72 75 57 53 89 63 70 62 81 80 51 53 82 48 68 64 45 71
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
