2 Flowchart and Pseudocode
2 Flowchart and Pseudocode
Flowchart
Flowcharts are written with program flow from top to bottom of a page.
Each command is placed in an appropriate-shaped box, and arrows are utilized to
control program progress.
Here are the different shapes used in creating a flowchart:
Examples:
1. Create a flowchart to get the sum of 2 numbers.
5. Create a flowchart to check and display if a number entered by the user is greater than,
less than, or equal to 5.
Pseudocode
Examples:
1. Write a pseudocode for identifying if a number is even or odd.