Explanatory Question
Evaluate the value of n if value of p = 5, q = 19
int n = (q – p) > (p – q) ? (q – p) : (p – q);
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.