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
Chebyshev practice
A_04 GUASSIAN QUADRATURE METHOD FOR 3(I) AND 3(II)
evaluation
SIUM(3.5)
Practice am4
ascending sorting
Q1
euler-cromer
False position
Fib series