Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
8
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 V=S+J L=J*K+INT(4.87)+NINT(5.67)+Floor(R/S)+CEILING(R*S) IA=J/K 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
Please
log in
to post a comment.
A_03 EULER'S METHOD
euler-cromer
Practice am4
Finding trace
A_04 SIMPSON'S ONE THIRD(3(I))
Shooting method
Practice 1(IV)
Fib series
A_02 JACOBI METHOD
problem_3
Please log in to post a comment.