Module 2 - Flowchart
Module 2 - Flowchart
Flowcharting
Check more funny flowchart here:
https://cacoo.com/blog/12-funny-
flowcharts-help-navigate-lifes-toughest-
decisions/
“
“The most important property of a
program is whether it accomplishes
the intention of its user.”
― C.A.R. Hoare
COURSE INTENDED
LEARNING OUTCOMES
CILO 3:
Develop pseudocode or algorithms and flowcharts.
LESSON
OBJECTIVES
Learn about flowcharting
Learn about the flowchart symbols and correct usage
Demonstrate the use of flowchart in analysing and solving programming problems
= Assignment Operator
&& AND
|| OR
! NOT
Example No.1
Design a flowchart that will accept and display
a number.
Example No. 2
Draw a flowchart that will compute and display
the sum of two numbers.
Example No. 3
Draw a flowchart that will determine if an inputted
grade is Passed or Failed. Passing grade is 70.
Thanks!
Any questions?
References:
• https://www.tutorialsteacher.com/csharp/csharp-operators
• https://www.tutlane.com/tutorial/csharp/csharp-operators-
precedence-with-examples