Ask Question
16 October, 14:57

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. 16 October, 17:44
    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 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