program main implicit none character(len=20) :: string write(*,*) "string:" read(*,*) string print*,string end program