program main CHARACTER (len = 24) :: name CHARACTER (len = 6) :: surname surname = 'ODUNFA' name = 'Prof.'//' '//'VICTOR'//' '//surname print*, name end program main
To embed this project on your website, copy the following code and paste it into your website's HTML: