Numeric expressions
This assignment will test your ability to write programs using numeric expressions.
What are the values of the following numeric expressions:
- 3+7-4*2
- (3+7)*(4-2)+(7-2)
- ((3+7)*(4-2)+(7-2))/2
- 3/9
- 8/3+14
- 8\3+14
- 10*2^4
Print the values and turn them in.