Question: 1) Write, compile, and run a c program that will read 10 float values from the keyboard, store in an array, and print the sum
1) Write, compile, and run a c program that will read 10 float values from the keyboard, store in an array, and print the sum and average of the numbers. 2) Read the man page on the rand function. This function returns a random integer in the range (0, RAND_MAX), this number can be scaled to the range (0, 100.0) by multiplying by a suitable scale factor. Write, compile, and run a program to print 10 random numbers in the range (0, 100.0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
