Question: can someone please help me solve this in the c program in putty In the p02 directory create the subdirectory ex 0 Create the c
In the p02 directory create the subdirectory ex 0 Create the c program myrand.c in the p02/ex0 directory. Using the format and words displayed in the Example of Output, the program will do the following: - Displays a message that indicates what the program will do. - Asks the user for how many rows of random numbers are to be produced - The number of rows will be based on the value entered by the users - Produce a table of random numbers as follows; - There will be 5 columns of numbers - The numbers will be right justified - Ends with a thank you message. Make sure that a unique set of numbers is created each time the program runs. Hint: You may need the functions: srand( time(NULL) The man command on CISWEB may be of help. Then again there is google! Example of Output Welcome to myrand. The program will produce a five column table of random numbers. Please enter the number of rows you would like: 5 user enters 5 Thank vou for using myrand. Bye
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
