Pk High File
Copyright
SWM
Forum
Photo
Video
BG/LIVETV/ WP
Online games
TV Channles
About Us
FAQ
Sign Up
|
Log In
|
RSS
[
New messages
·
Members
·
Forum rules
·
Search
·
RSS
]
Page
1
of
1
1
Forum
»
Codeing
»
FORTRAN 90
»
Computes factorials in fortran
(Simple computes factorials)
Computes factorials in fortran
pradeep
Date: Saturday, 05 April 14, 3:12 PM | Message #
1
pk
Group: Administrators
Messages:
82
Status:
Offline
Code
program factorial
implicit none
! define variables, some with initial values
integer :: nfact = 1
integer :: n
! compute factorials
do n = 1, 10
nfact = nfact * n
write(*,*) n, nfact
end do
end program factorial
Forum
»
Codeing
»
FORTRAN 90
»
Computes factorials in fortran
(Simple computes factorials)
Page
1
of
1
1
Forum main page
Codeing
Codeing
Wel Come
C ++ Examples of maths
FORTRAN 90
Java
Concept of Physics
Concept of Physics
Unit of Maths
Unit of Maths
Chemistry section
Chemistry section
Update for Every one
Update for Every one
Artificial Intelligence
Artificial Intelligence
Advertisers and Comment ,Discussion
Advertisers and Comment , Discussion
Search: