To find the max value between x,y :
if ( x > y ) max = x;
else max = y;
max = y;
both correct
QuizBucket
© 2017 QuizBucket.org