Ask Question
10 April, 16:48

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.

+1
Answers (1)
  1. 10 April, 19:09
    0
    Total + = amount

    If your language does not support that, just use

    total = total + amount
Know the Answer?
Not Sure About the Answer?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers