program main

CHARACTER (len = 24) :: name
CHARACTER (len = 6) :: surname
			surname = 'ODUNFA'
			name = 'Prof.'//' '//'VICTOR'//' '//surname

   print*, name
end program main

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: