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

Upload New File

parent 810a2fa7
No related branches found
No related tags found
No related merge requests found
program kreisumfang
implicit none
REAL :: r, U
REAL, PARAMETER :: pi = 3.14
WRITE(*,*) "Welchen Radius hat der Kreis?"
READ(*,*) r
U = pi * r**2
WRITE(*,*) "Der Umfang des Kreises ist ", U
end program kreisumfang
\ 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