program main integer i real x x = 3.0 print *,"
" do 100 i=1,10 x = x + sin( x*24.0) print *, x x = x + 3.0 100 continue print *, "