Ask Question
15 February, 23:45

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.

+4
Answers (1)
  1. 16 February, 01:12
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers