// 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 Assume the integer variable count has a positive value.
Write a while loop to repeatedly print its value and then double it
until its value is over 100. # TEXTAREA/8 Required Assume the integer variable quantity has an even value.
Write a for loop to print the first ten even values starting with the value of quantity.