// 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 for loop to print all the multiples of 5
from 25 up to and including the value of the integer variable limit. # TEXTAREA Required A loop repeatedly reads values into the variable number and prints them.
Write the code that must be inserted between reading and printing so that
the loop is exited if the value of number is greater than 100.