Write a program to print out 30 real random numbers with


Question: Write a program to print out 30 Real Random Numbers with specific limitation (e.g. the real random numbers should be the real number between min=11.1 to  max=222.2).

The program should get the min and max from the key board.

Use the symbolic constant RAND_MAX to unify the output of the rand() function.

You need to consider how to convert the integer number to real double number because the output of rand() is integer number.

After you prepare your algorithm you would like to tell me what its time complexity is using Big-O notation. Can you evaluate the time complexity of this algorithm?

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program to print out 30 real random numbers with
Reference No:- TGS0957054

Expected delivery within 24 Hours