Pseudocode Examples

Pseodocode to Find the Largest of Two Numbers

This is a pseudocode to find greatest among 2 numbers.

Here the user enters two numbers and the greatest among the two numbers is found by comparing the two numbers and the result is displayed.

we are finding the greatest value among 2 numbers. If else condition statement is used to compare the two numbers and print the greatest value among 2 numbers.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.