Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Comparison of three numbers
Program comparison Implicit none Real a,b,c a=6.0 b=7.0 c=2.0 If(a .gt. b) then If(a .gt. c) then Write(*,*)"a is greater", a else Write(*,*)"c is greater", c endif else If(b .gt. c) then Write(*,*)"b is greater", b else Write(*,*)"c is greater", c endif endif End Program comparison
run
|
edit
|
history
|
help
-1
my_second_code
A_01 CHEBYSHEV_METHOD
Shooting
LU gauss
SIUM(3.5)
Practice secant
NEWTON FORWARD DIFFERENT INTERPOLATION
points on,inside circle
A_01 NEWTON_RM(B(III))
C