program namer implicit none character(LEN=20)::name print*, 'What is Your name ? ' read*, name print*, 'Your Name Is',' ', name end program namer
To embed this project on your website, copy the following code and paste it into your website's HTML: