Computer Science, asked by yalini59, 7 months ago

rewrite the following using ternary operator if ( a> b) c= a else c= b​

Answers

Answered by BrainlyProgrammer
7

Answer:

c=(a>b)?a:b;

Plz mark brainliest

Similar questions