answersLogoWhite

0


Best Answer

max=number

min=number

counter=1

start while(counter<=3)

read number

start if

max<number

max=number

else if

min>number

min=number

end while

write max

write min

/*modify the counter switch according to the number of values being compared if required*/

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write the pseudocode for finding the largest of three numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp