Ask Question
28 February, 18:01

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.

+5
Answers (1)
  1. 28 February, 18:11
    0
    Total + = amount;

    Should do it.
Know the Answer?
Not Sure About the Answer?
Find 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 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