Choose the correct option to find maximum of the three integer variables.

1.4 Choose the correct option to find maximum of the three integer variables.
A) (a>b)?( (a>c)?a:c) : ( (b>c)?b:c)
B) (a>b)?( (b>c)?b:c) : ( (a>c)?a:c)
C) (a>b)?( (c>b)?a:c) : ( (a>c)?a:c)
D) None of the above


Leave a Reply