Write the algorithm and draw the flow chart for printing "THE CENTRAL SCHOOL" for 100 times.
Answers
Answered by
1
Algorithm:
- Start.
- Define n = 1
- Print "THE CENTRAL SCHOOL"
- n = n + 1
- if n <= 100
- Goto step 3.
- Exit
Flowchart: provided in the attachments....
Hope this helps you!
Attachments:
Similar questions