Ask Question
25 September, 16:30

Write a statement that increments 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. 25 September, 18:15
    0
    Total + = amount;

    Should do it.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Write a statement that increments 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