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
euler-cromer
Random walk by using Monte Carlo method
Currency conversion
euler-cromer
Backward
Practice 2(I) second time
False position
Check identity matrix or not?
Me
1