// 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/8
Required
Write code to define a recursive function countup
with one integer parameter count,
to print all the numbers from 1 up to 9.
#
TEXTAREA/4
Required
Write code to declare a two-dimensional array called buffer that can hold a table with 7 rows and 5 columns.
Initialize all its elements to 7.