Log in

View Full Version : Writing pseudocode algorithm


trace-ann
Jun 6, 2012, 03:52 PM
A track meet director requires a programme which obtains three (3) finishing times for the 100M sprint event, and then indicates which of the three times is the fastest. Additionally, the programme should store and display the average time of the athletes.
a) Write an algorithm in Pseudocode for this programme.
b) Provide the corresponding Flowchart algorithm solution