Past Challenge

For the Novice

Mt. Kilimanjaro

🏔

Objective:

Draw basic shapes

Task:

Complete the program so that when it is run, the program will draw a circle and a rectangle on top of a picture of Mt. Kilimanjaro. Also, the program will display text as shown in the image below.

Commands for the graphics available here
Download Resources for:
#Programming LanguageResources
1Python(recommended for all beginners)download

For the Experienced

Form Four Results

🎓

Objective:

Compute statistics

Task:

You are given a text file containing the 2018 Form Four results for Loyola. On each line: a student ID, gender and his/her NECTA points are given. Complete the provided program to count how many students got each of the points. That is, if available: how many students got 7 points, how many got 8 points, etc. As an example, below is the count of the last four points.

Bonus points will be given if your program will also list the respective students as shown below.

Download Resources for:
#Programming LanguageResources
2C++download
3Javadownload
4Pythondownload