Last Week
Monday 10-20 :
equals and compareTo
compareTo - Comparable Interface
equals inherited from the Object classRead pgs 268-269 : Comparable Interface
The following is due midnight tonight.
Grade Class - Submit compareTo method and submit equals method.
Fraction Class - submit compareTo method and submit equals method.
Date Class - submit compareTo method and submit equals method.
Tuesday 10-21
equals and compareTo questions
While loops - read section 3.5
Look at Thursday
Wednesday 10-22
Go over equals and compareTo
While loop method due midnight tonight
Thursday 10-23:
Write a method (numberStuff) that allows the entry of positive or negative integers until a zero is entered which terminates the loop. Upon termination, output the following:
Number of negative numbers entered : 11
Number of positive numbers entered : 8
Number of odd numbers entered : 15
Number of even numbers :4
Number of multiples of 7 entered : 3
Friday 10-24
Due midnight sunday - 115b and 122b
Method 115b version 1 | version 2 | version 3
Method 122b version 1 | version 2 | version 3
Application