Question: write the program above in C. Only in C, thank you. Seed the random number generator with time. Generate three random numbers in the range
write the program above in C. Only in C, thank you.
Seed the random number generator with time. Generate three random numbers in the range between 100 and 500. Find the cube root and natural log of each. Print the values and the cube root and natural log with three decimal digits in a labeled table aligned as in the example shown below (your numbers will be different) Random Number Cube Root 5.848 7.081 7.565 Natural Log 200 355 433 5.298 5.872 6.071 Print the table using four printf statements (one for the labels and three for the values). (Alternatively you can embed the calculations for cube root and natural log in the printf statements. Using this method you can proceed without needing variables for the cubes.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
