Sabine Beilfuss
Task 1:
Task 2:
The quotes turn an integer into a string. Which means numbers are printed literally. With an integer I can do calculations in
combination with operaters.
Task 3:
Task 4:
Task 5:
Programming elements are the building blocks a programme or application is build of.
Expressions are comibination of values, which results in a static value. Once set they stay for ever. Like 1+2 =3.
A statement causes an action, like checking if a certain condition is met for example. It gives an instruction, what has to happen.
Example:
back to index
© Sabine Beilfuss, March 2003