Close
Close

Ternary operators

   21sausage

b) Given a=10 and b =20, determine the value of N in the following statements using the ternary structure c) d) e) N=a>b?a:b Rewrite the program using the if-----else structure 


Answers

Ask Yours
Post Yours
Write your answer