Computer Lab #4

This lab illustrates the following concepts:

Java libraries documentation

UW library documentation

  

I Computing in java

Work through the following expression examples

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.