Skip to content
Solution Triathlon
  • Pages
    • Solution
    • 01-The Task
    • icon picker
      pseudocode
    • 02-stage 1
    • 03-stage 2
    • 04-stage 3
    • Python Starter Code
    • Code Clips

pseudocode

pseudocode and IPO

Some parts of this worked example have been left for the learner to complete.
Question marks ? have been left as place holders
Refer to the instructions.md file

IPO

Input

swimming points
??? points
???

Process

calculate total as swim points + ??? points ? run points

Output

display message with ???

Design pseudocode

the pseudocode should be based on the IPO above

Input

get swim points number input from keyboard
get ??? points number input from ???
???

Process

calculate total points as swim points + ??? points ? run points

Output

display message with ??? points
 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.