Can not set the value, help, please.
program ggwp; var a,b,c,d,e,g: real; begin readln(a); b:= write('asdasdsa',b); c:= write('ggwp'); d:= write('asdasd12123123'); if a= 0 then writeln(b); if a>0 then writeln(c); if d<0 then writeln(d); end.
Can not set the value, help, please.
program ggwp; var a,b,c,d,e,g: real; begin readln(a); b:= write('asdasdsa',b); c:= write('ggwp'); d:= write('asdasd12123123'); if a= 0 then writeln(b); if a>0 then writeln(c); if d<0 then writeln(d); end.
Source: https://ru.stackoverflow.com/questions/354567/
All Articles