Computer Science, asked by ayeshasmb438, 14 hours ago

Write the algorithm and draw the flow chart for printing "THE CENTRAL SCHOOL" for 100 times.​

Answers

Answered by MichMich0945
1

Algorithm:

  1. Start.
  2. Define n = 1
  3. Print "THE CENTRAL SCHOOL"
  4. n = n + 1
  5. if n <= 100
  6. Goto step 3.
  7. Exit

Flowchart: provided in the attachments....

Hope this helps you!

Attachments:
Similar questions