Can anyone tell me how to solve task120
Tylor just don't take it literally and use the appropriate comparison operator instead of bigger than
bigger than
use if and else statement. like if (x bigger than y){ return x ; } else { return y; }