Puzzle Day:
In an application (class) called PuzzleDay create these 3 methods:
- Create a method public int PositiveDivisors () that will return
How many positive integers less than 50 have an odd number of
positive integer divisors?
- 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.
- Create a method called public void ABCDE() that will solve this
puzzle
(you may work with a friend) and print out the solution.
|