Posts by Akiyama • 9 points
1 post
-
0
votes2
answers5055
viewsQ: Largest/Minor/Sum in C++ using for
I want to make a program that reads 5 numbers and tells me the largest number, the smallest number and the sum of the numbers, in C++ using the loop for. I’ve tried and done so: #include…