real a,b,c print '("a="$)' read*,a print '("b="$)' read*,b c=a+b print*,"a+b=",c stop end