0
arrays
write a program which captures 10 random numbers and the array should display the maxmum and minimum numbers in the array
3 Réponses
+ 1
Please show your attempt and people here will be happy to help you with errors; it is unfair to expect the work to be done for you.
0
I can make it if you want
0
What do you need to do:
It is now only 4 numbers make it 10 numbers.
read about the function rand();
https://code.sololearn.com/ciuM17KeXQbe/#cpp
Have fun