// 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 base and height 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 different. # TEXTAREA/8 Required Write the definition of a method squared
which takes one integer parameter called length
and returns its value multiplied by itself.