Skip to content
Snippets Groups Projects
Commit cedc00c3 authored by dali662d's avatar dali662d
Browse files

Upload New File

parent 99e9cc8d
No related branches found
No related tags found
No related merge requests found
! Aufgabe 3
program hello
implicit none
CHARACTER(len = 20) :: name
! Name kann max. 20 Zeichen lang sein
WRITE(*,*) "Wie heisst du?"
READ(*,*) name
WRITE(*,*) "Hallo ", name
end program hello
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment