Buliding Blocks of Alg (Mod 1)
Buliding Blocks of Alg (Mod 1)
1. Start
2. Initialize n=0
3. Increment n=n+1
4. Print n
5. If n<=10 then goto step 3
6. Else goto step 7
7. Stop
Flowchart:
Start
n=0
n= n+1
Print n
Yes
If
Stop