Hello, if you have any need, please feel free to consult us, this is my wechat: wx91due
ICS3U1-CPT
Introduction:
You have been working all year long perfecting your computer programming skills and now it is your turn to showcase what you can do. Your job is to create a program of your choice. It can be a game or application to solve a real world problem.Requirement:
The program should have an element of each of the topics covered in the course:- Variables
- If statements
- Loops
- Random Numbers
- Subroutines, Methods and Functions
· Flowchart: Before starting your coding, create a flowchart that outlines the steps your program will take from start to finish. The flowchart should clearly represent the logic of the program, including the sequence of operations, decisions (if statements), and loops. This will help in visualizing the program's structure and ensure that your code is organized and easy to follow.
Your program will be graded mainly on creativity and program complexity. Try to make your code as efficient as possible. Extra marks will be given for creative use ofcode. Please make contact with me at the beginning of your project to discuss your idea / brainstorm ideas of how to use the code. I am excited to see what you can develop!