I need help with this C++ program:
I need to write a program that lets the user input any amount ofinteger (int) values and then outputs the min value and the maxvalue that were entered. There will at least be one value that willbe input, it will read all input until EOF. I alsoneed to make it work when the user doesn’t enter any ints at alljust the EOF.
Expert Answer
An answer will be send to you shortly. . . . .