
Save your actual school result to count your credits.
You need to write a working computer program that does a specific job. Your program must use at least two different types of data (like numbers and text), control flow (making decisions and repeating actions), and get input from somewhere. You'll also need to test it carefully, add comments explaining what your code does, and make sure it actually works properly.
What to do, grades and common mistakes
- ·Write code that completes the task you've been given using a real programming language (text-based, graphical, or drag-and-drop)
- ·Use at least two different data types (like numbers, text, true/false values) and include loops, conditionals, and sequence in your program
- ·Add clear comments throughout your code explaining what different sections do and what variables store
- ·Test your program on multiple test cases to find and fix bugs, making sure it works correctly
- ·Set out your code clearly and format it properly following the conventions of your chosen programming language
You write a working program that completes the task, uses multiple data types and control structures, includes comments, and you've tested it on some basic cases.