// 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 Required Write a relational expression to return
true if weight divided by height is not greater than 25 and false otherwise.
Both weight and height are double variables. # TEXTAREA Required Write a logical expression to return
true if both speed is greater than 65 and limit is less than 55, and false otherwise.