can you write the pseudo code of finding the largest number when you enter 10 numbers.

User Generated

nxbpanw

Programming

Description

can you write the pseudo code of finding the largest number when you enter 10 numbers.

User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer

A. DO THIS 10 times
B. GET the next number
C IF number > largest THEN
largest <- number
D. END OF LOOP
E.PRINT largest

Related Tags