// Start comments with double slashes.
// Separate each item by a #
// Options for the types of entries can be found in DataInputModel
// html commands can be in all lower or all upper but not mixed case. All lower is more efficient
TITLE
Please answer the following questions.
If you do not know the answer, enter Don't Know.
Click on Done button when done.
#
TEXTAREA/5
Required
Method getFactor returns the largest factor of its integer parameter.
Given two integer variables lower and upper,
write code to calculate and print the product of their largest factors.
#
TEXTAREA/4
Required
Write code to declare a double array of size 8
and initialize its first three elements to 0.5.