Page 1 of 1

If the value of the int variable named quantity is 5, what is the value of total after this statement is executed? int t

Posted: Fri Jul 01, 2022 5:34 am
by answerhappygod
If the value of the int variable named quantity is 5, what isthe value of total after this statement is executed? int total =quantity++; Question 5 options: 4 5 6 7.