232k views
3 votes
Write
algorithm to read 100 numbers
then display the largest.

User Preeze
by
5.0k points

1 Answer

7 votes

Answer:

see picture

Step-by-step explanation:

There is no need to store all the values, you can just keep track of the highest. Up to you to create a numbers file with 100 values.

Write algorithm to read 100 numbers then display the largest.-example-1
User Scottingham
by
4.9k points