Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
New
PROGRAM TEST1!Starting of a Fortran program IMPLICIT NONE REAL,PARAMETER::Pi=3.1415 REAL::Circumference,R,S,result,U,V INTEGER::J,K,L,IA CHARACTER(LEN=15)::O,P,Q READ(*,*)R,J,K,S Circumference =2*Pi*R result=Sqrt(R) U=R/S!(real arithmetic) V=S+J! (Mixed-mode arithmetic) L=J*K+INT(4.87)+NINT(5.67)+Floor(R/S)+CEILING(R*S) IA=J/K!(Integer arithmetic) O="inductor" P="Pl@ne curve" Q='Japan' PRINT*,Circumference,L,O,P,Q,IA WRITE(*,*)result,U,V Stop END PROGRAM TEST1
run
|
edit
|
history
|
help
0
G b
Yegon Japheth tries out Fortran,
Title
Sudoku
A_01 NEWTON_RM(B(III))
Ashish.txt
ascending sorting
Matrix 3×3
The Sum of the chain (fortran)
I m