The following questions are to be submitted as hard copy at the BEGINNING OF CLASS. You will not be allowed time to print the assignment during class.
Answer
the following questions:
| number++; | ___________ | number+=12; | ___________ |
| number/=15; | ___________ | number-=3; | ___________ |
| number--; | ___________ | number*=4; | ___________ |