Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
A
my_first_code
CHARACTER REVOLVING
1
A_01 FALSE_POSITION_METHOD
Matrix problem
Gauss backward elimination
points on,inside circle
1(iii)
A_01 NEWTON_RM(B(III))
Please log in to post a comment.