real a,b,c open(10,file="test3.in") open(11,file="test3.out") read(10,*) a,b c=a+b print *,"a+b=",c write(11,"(e17.5)") c stop end