It Notes Programing
It Notes Programing
Problem solving
Step 1- analysis the problem (Aim)
Step 4- Develop an algorithm for solution (algorithm- meaning steps or instructions for the
computer to follow)
Narrative 1) Start-(Ask user for three numbers, store numbers using variables, Calculate the
sum of the number, Output the Sum) Stop.
Pseudo Code- Start (Get num1, num2, num3, Read num1, num2, num3, SUM
Num1+Num2+Num3, Output/Print (Sum), End.
Flow chart- Direction
Input/output
Decision
Start/Stop
Process
Flow Chart-