Evaluates the value f n , if value f p=6, q=20 int n = ((q-p)>(p-q))?(q-p):(p-q) *
Answers
Answered by
0
Answer:
lllrattfulvljhgckihhofrfmv b mgdtayjxhvvb nrdkcnbn
Answered by
3
n = 14
Explanation:
p=6 q=20
SYNTAX:
(expression) ? expressionTrue : expressionFalse;
n = ((20-6)>(6-20)?(20-6):(6-20)
n = 14 > -14 ? 14 : -14
If the condition is true expressiontrue value gets executed
n = 14
Similar questions