Computer Science, asked by sagar9813, 9 months ago

rewrite using if else int c=(a>b)?a:b;

Answers

Answered by Shakerchaitu
0

Answer:

if (a==b) → a==b is the condition. Conditions are written inside '()'. Here, condition is true (will return 1). Since the condition is true, statements inside if will be executed.

Explanation:

here is your answer buddy

Similar questions