Quiz – Part 1
nPart 1: Simple computation
nPurpose : Understand program
nInvolves :
nVariable declaration, initialization, assignment and use
nSimple computation: the order of evaluating
nSimple cout statement
nIncrement/decrement operators (++ / --)
nif statement
nfor loop
n