r = (num) ? p : q;
if (!num)r = q; else r = p;
Previous Question Next Question
Your comments will be displayed only after manual approval.