Prerequisites #
Students are expected to have completed the Computer Programming course (INF/01 76203).
Consequence. The following topics are not covered in this course:
- variables, assignments, variable scope,
- basic data types (
int,char,boolean, etc.).- expression evaluation,
- conditional statements (“if/then/else”) and loops,
- methods/functions,
- arrays,
- basic syntax of Java,
- etc.
Hint. If you have not completed this course, you can ask for office hours to get help on these topics.