Arrange the following such that the a is 700 and b is 164 at the end of the program. Unselect the unwanted statements using the check box.
![]() |
b *= a; |
![]() |
int c = a % 7; |
![]() |
int a = 10, b = 15; |
![]() |
a++; |
![]() |
a = (a + --b) * c; |
![]() |
a--; |