Skip to content
Athletics Scotland with starter code
  • Pages
    • The Task
    • icon picker
      Pseudocode
    • Python Starter Code
    • CodeClips

Pseudocode

pseudocode

Here is the pseudocode for the Athletics Scotland program
01. display headings for Athletics Scotland
02. display a list of available sports

03. prompt user to enter sport they want
04. get sport from keyboard

05. prompt user to enter number of tickets
06. get number of tickets from keyboard

07. repeat number of tickets times with count
08. ask for next name
09. display ticket heading
10. display sport event with message
11. display next full name with message
12. display ticket number with message
13. end loop
 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.