// 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 an if-else statement to print
Positive if the value of the variable count is greater than 0,
and Negative otherwise. # TEXTAREA/8 Required Write a switch statement to print
Nickel if the value of a variable coin is 5,
Dime if the value is 10 and
Quarter otherwise.