Card 3 / 67: To find the max value between x,y :
A)
if ( x > y ) max = x; else max = y;
B)
max = y; if ( x > y ) max = x;
C)
both correct
Answer:
C) both correct
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |