Question: compile using C language Create an array of 10 integers with values are generated random numbers from 0 to 200 inclusively and print out all
compile using C language

Create an array of 10 integers with values are generated random numbers from 0 to 200 inclusively and print out all values. Print out largest value of the first half, and smallest value of the second haft Hint: first half is the first 5 elements (indexes 0-4). Second half is the last 5 elements (indexes 5-9). Sample Run Max of the first half: 125 Min of the second half: 51
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
