Posts by user92865 • 9 points
1 post
-
0
votes3
answers12022
viewsQ: Read 10 whole numbers and get the biggest one among them
Using a function, make a program that reads 10 whole numbers and print the largest of them on the screen. In the case of equal values, print any of the larger ones. If the largest number is multiple…