// 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
Required
A loop repeatedly reads values into two integer variables first and second and processes them.
Write the code that must be inserted between reading and processing so that
the loop is exited if the values of the two variables are the same.
#
TEXTAREA/8
Required
Write the definition of a function times2
which takes one integer parameter called number
and returns its value doubled.