• + 0 comments

    int max_of_four(int a,int b,int c,int d){ int answ = max({a,b,c,d}); return answ; }