You don’t learn to code by just watching us. Coding requires you to try things out, make errors, learn from your mistakes, and try again until you complete the task. To help you acquire the necessary skills to complete the assignments, you have to complete the weekly exercises in TeachCenter.

One exercise consists of several components:

Task Description

At the start of each task you will see a description about what needs to be implemented. Most of the time, a required output is shown.

Example Result

In the next section, the input and output of a test case is shown. There are more test cases active in the background, but this is the most obvious (and easiest) one.

Coding Field

Write your code here. If you want to debug your code, use onlinegdb.com or other tools for testing and debugging.

Check Your Solution

At the bottom of your coding field, a button “Prüfen” triggers the compiler and executes the test cases. To completeise apass the exerc the exercise, all test cases must be passed.

image.png