Computer Science, asked by Aditipanday93, 6 months ago

Answer imediatly
if (a>b)
c=a;
else
c=b;
It can be written as
a) c= {b>a)?a:b
b) c= fal=b)?a:b;
c) c= (a>b)?ba:
a) None​

Answers

Answered by kirmithakimi
1

Answer:answer is none

Explanation:

Similar questions