Даны переменные a и b найти максимальное
Class Brainly{ p s v main(String[] args){ int a; int b; if(a > b){ S.o.p(a)} else{S.o.p(b); }}