// 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 a switch statement to print
Milli if the value of the variable exponent is -3,
Micro if the value is -6 and
Nano otherwise.
#
TEXTAREA/8
Required
Assume the integer variable index has an odd value.
Write a while loop to print all the odd values from the value of index up to 100.