Draw basic shapes
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# | Programming Language | Resources |
---|---|---|
1 | Python(recommended for all beginners) | download |
Compute statistics
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.
# | Programming Language | Resources |
---|---|---|
2 | C++ | download |
3 | Java | download |
4 | Python | download |