Ask Question

Write a statement that increases the value of the int variable total by the value of the int variable amount. that is, add the value of amount to total and assign the result to total.

+3
Answers (1)
  1. 19 June, 06:14
    0
    Total + = amount

    If your language does not support that, just use

    total = total + amount
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a statement that increases the value of the int variable total by the value of the int variable amount. that is, add the value of ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers