Challenges
Bronze
- Random name picker ( create a program that loads a file of student names and picks one.
Silver
- The program should exclude any pupils that have already been picked (but not delete them from the file!)
Gold
- The program should have a nice pretty menu screen
- The program should save the names of picked students to a separate file so that the picking program can be run over multiple lessons withouts students being picked again.