Assume that you have the following variable declarations:
int color, lime, straw, yellow, red, orange;
float black, white, green, blue, purple, crayon;
Evaluate each of the statements below given the following values: color is 2, black is 2.5, crayon is –1.3, straw is 1, red is 3, and purple is 0.3e+1.
a. white = color * 2.5 / purple;
b. green = color / purple;
c. orange = color / red;
d. blue = (color + straw) / (crayon + 0.3);
e. lime = red / color + red % color;
f. purple = straw / red * color;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.