EXAM 1: Wednesday February 28, 5:30--730pm GEO 2.216
Open notes: print the in class code and notes
Bring the book or the online chapters
Do the reading!
You should know all the basic terminology: class versus object,
private versus public instance variables, integer, boolean, method,
reference, variable, array, etc.
You should understand and be able to enhance all the in class
code.
Code you should be able to read, write, use, and fix errors in:
System.out.print() and variants that write output
Scanner code that reads input
assignment statements, arithmetic operations
for loops, conditionals, and while loops
class declarations, instance variables, object constructors
get and set methods for instance variables
toString methods
Define a new method with some basic functionality
declare references to objects and create new objects