Geography, asked by amsams, 1 year ago

how to check largest of 3 numbers in c progarm using nested if

Answers

Answered by prem94012
1
int a,b,c
if (a>b)
{printf("a is >than b")}
ifelse (a>b>c)
print b is greater than a

else b>c
print b is greater than c
Similar questions