Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Specification for Program (Stage 1)
  2. Inputs
  3. • Judges scores (0-10) - Integer
  4. Processes
  5. • Import data of 5 finalists and their countries from file
  6. • Find Maximum value of Judges score to each diver and void it
  7. • Find Minimum value of Judges score to each diver and void it
  8. • Total remaining values and use Maximum program to find the champion
  9. • Use of multiple arrays(i.e. divers, countries, Judges ect)
  10. • Passing parameters
  11. • Input validation for Judge score
  12. • Unconditional loop(0-4, conjunction with arrays)
  13. Outputs
  14. • Finalist champion their name, country and final score
  15. Assumptions
  16. • No assumptions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement