

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Professor: Hanks; Class: Intro to Programming in Java; Subject: Computer Science Info Systems; University: Fort Lewis College; Term: Winter 2007;
Typology: Study notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Quiz: Wednesday. Material in Chapters 1 and 2. Read: Chapter 3, section 3.1 to 3.11. Partner assignment sheets Quiz Review – Go over review questions that I handed out last time. Last Time We looked at the NumberDisplay class:
The % operator calculates the remainder of integer division. [Give an example – divide 53 by 4 using longhand]. Then ask what is the remainder of 17 / 4. What is the value of these expressions? 5 % 2 10 % 3 4 % 7 5 % 5 What possible values could this expression produce: x % 5? So, what is the above statement doing?