double precision r,s,t r=1234.321 s=2.0e3 t=r*s write(6,10)t 10 format(1h ,e16.10,2i12) stop end