top of page
 psuedo code Programmatic planning 

Programmatic planningpsuedo code: It is the method closest to the code and can be written in Arabic or English.
Example:
1-The beginning of the program
2- Take a value from the user and store it as an integer in a variable y
3- If y is less than or equal to 60, do the following:
4-Print a transcript
5- If y is greater 
Than or equal to 90 Do the following:
6- Print excellently
7- End the program

 flowchart chart 

Scheme: It is the way we represent codes byShapes.

The dot shape represents the beginning of the code

Arrows symbolize moving from one line of code to another

Read the variable s  

Rectangle shape for any type of regular code

false

s>0

true

The rhombus shape represents a conditional sentence

Print"."

The dotted circle symbolizes the end of the program

s>0

Print1

Print0

bottom of page