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
prime list 2
A_04 SIMPSON'S RULE (3(II))
Fixed point for several variables
A_03 ADAMS FORTH O PRED.CORR.METHOD
Sudoku
Chebyshev practice
finitos
euler-cromer
Regression
Gauss seidal