Please tell me what does this question want
QUESTION:
Change these expressions inform of compound statements (assume a and
b have been declared and initialized.
i. b = ++a * 5;
ii. b = --a * 5;
iii. b = a-- * 5;
iv. b = a++ * 5;
v. expnessonl ? exprssion2 : expression3;
Isn't that asking you to write the longer version of these calculations?
Please show one example pls b0ss