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

Update 05_triples.f95

parent ab3cc601
Branches
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@ program tripel
WRITE(*,*) "Folgende Tripel ergeben als Summe 50 :"
DO i = 0, 50
DO j = 0, 25
DO k = 0, 16
DO j = 0, 50
DO k = 0, 50
IF (i+j+k == 50) WRITE(*,*) i, j, k
END DO
END DO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment