How to flow chart IF condition

Tuesday, April 28, 2009 · Posted in


Pseudo code:


1.) “If student’s grade is greater than or equal to 90”

2.) Print “Excellent”


Flow Chart:

Fig 1.2


This is the flowchart of the pseudo code above. In which the small circle above indicates the start of the program and the diamond indicates that it is a condition if the condition return true and then it will proceed to the statement and it will print the message in the rectangle and if the statement returns false and then it will go directly to the circle below to end the program.

Powered by Blogger.