Program P8; { Date de tip real } var x, y, z : real; begin x:=1.1; y:=-6.14e8; z:=90.3e-29; writeln('x=',x); writeln('y=',y); writeln('z=',z); end.