rewrite using if else int c=(a>b)?a:b;
Answers
Answered by
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
Math,
6 months ago
Math,
6 months ago
Geography,
6 months ago
Social Sciences,
1 year ago
Science,
1 year ago