If the value of the int variable named quantity is 5, what is the value of total after this statement is executed? int t
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
If the value of the int variable named quantity is 5, what is the value of total after this statement is executed? int t
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.