email me at borlaj@portlandschools.org
notes previous (09/07/06) submit the dump links  
 

Puzzle Day:

 

In an application (class) called PuzzleDay create these 3 methods:

  1. Create a method public int PositiveDivisors () that will return How many positive integers less than 50 have an odd number of positive integer divisors?
  2. Create a method public int smallestInt () to find the smallest positive integer that if it is divided by 7, 9, and 11 the remainders are 1, 2, and 3 respectively.
  3. Create a method called public void ABCDE() that will solve this puzzle (you may work with a friend) and print out the solution.