- 2
Help!
Write a program that allows you to read N positive integers between 0 and 100 Show which is the highest of all Show which is the lowest of all When they are equal to 0
3 ответов
+ 11
cout << "TRY IT YOURSELF first and ask us if you have any questions.";
+ 2
It is not a joke
+ 1
For example the N numbers that I give are 5 numbers which are 12, 45, 18,72,22. Of those I need to know which is higher, lower and how many are equal to 0 in a program in C.
Help!