Hello,
i hope you can help me with my problem because my simply code doesn't work:
At the end of the calculation the results have to list up amoung themselves.
Code:
I would appreciate it if you can help me quickly !
i hope you can help me with my problem because my simply code doesn't work:
At the end of the calculation the results have to list up amoung themselves.
Code:
strom()
Prgm
PopUP("Aufgabe 1", "Aufgabe 2", "Aufgabe 3"), aufgabe
If aufgabe=1 then
Input "KdW", kdw
Input "FdW", fdw
Input "StR", str
Input "StG", stg
fug=√( (fdw^(2)+stg^(2)+2*stg*fdw*cos(kdw-str))
bs=sin⁻ยน(stg/fug*sin(str-kdw))
kug=kdw+bs
Disp "FuG"
Disp "BS"
Disp "KuG"
EndIf
EndPrgm
I would appreciate it if you can help me quickly !