Answer to Question #276123 in Java | JSP | JSF for Candy

Question #276123

Write pseudo code that print the largest value among a list of numbers. 


1
Expert's answer
2021-12-10T00:38:29-0500

max = -∞


FOREACH number IN list

   IF number > max THEN

      max = number

   ENDIF

ENDFOREACH


print(max)


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS