Practice With Evaluating Expressions
Given integer variables a, b, c, d, & e, where a = 1, b = 2, c = 3, d = 4
Evaluate the following expressions :
a + b - c + d
a * b / c
1 + a * b % c
a + d % b - c
e = d + c / b - a
Previous slide
Next slide
Back to first slide
View graphic version