clear x=2; y=5; if x>y suma=x+y elseif x==y resta=x-y else producto=x*y end