Computer Science, asked by palakkhandelwal22, 8 months ago

if(a>b)
if(a>c)
g=a;
else
g=c;
if(b>c)
g=b;
else
g=c; convert in ternary​

Answers

Answered by AkashQ
1

Answer:

g = c because g= a and a >b and a = c

I think so

Answered by Aryansingh001
2

Answer:

this is your right ans

plz plz plz mark me as a brainiliest

Attachments:
Similar questions