answersLogoWhite

0

if (a > b && a > c) printf("%d\n", a);

else if (b > c) printf("%d\n", b);

else printf("%d\n", c);

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering