This lab illustrates the following concepts:
I Computing in java
Do exercises 5.1 and 5.6 p 155
More examples:
II Using a debugger
A debugger allows us to follow the execution of a program step by step and correct possible mistakes. We will see how to use the Eclipse debugger in the context of the previous program.