Помогите решить на Borland c++.  
 


program
contra;

var

    x,y,c:real;

begin

writeln('vv-te');

readln(
x,y);

if x>y
then begin c:=y;

                  y:=x;

                  x:=c;

                  end

       else begin c:=x;

                  x:=y;

                  y:=c;

                  end;

writeln(x,'<',y);

writeln(y,'>',x);

end.





Перераспределить
значения переменных X и Y так, чтобы в X оказалось меньшее из этих значений, а
в Y — большее.
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.