// 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 A customer buys a computer and a printer for every person in a class.
Write an arithmetic expression to calculate the total cost of the purchase.
Use the variable count for the number of people in class,
computerCost for the cost of a computer and printerCost for the cost of a printer. # TEXTAREA Required Write a relational expression to return
true if either revenue is greater than tax or equal to tax, and false otherwise.