Question: in c++ Write a program that will add 20 random numbers, between 0 and 1000, to a file named numbers.txt. Next, search the file of
in c++
Write a program that will add 20 random numbers, between 0 and 1000, to a file named numbers.txt. Next, search the file of numbers of type int and write all the numbers to the screen. Finally, write the largest number in the file to the screen. The file should only contain numbers of type int separated by blanks or line breaks.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
