Home
About
Contact us
Privacy Policy
Terms & Conditions
Home-icon
Subjects
_Computer
_ Survey & Research
Tips & Tricks
Downloads
_Books
_Android Apps Pro.
_PC Softwares
Home
FORTRAN Simple Programs
FORTRAN 77 program to calculate the distance covered by a car.
FORTRAN 77 program to calculate the distance covered by a car.
by -
Study Line
on -
September 14, 2018
SIMPLE
PROGRAMS
8:
FORTRAN 77
program to calculate the distance covered by a car after 50 seconds with velocity 10m/s^2.
integer v,t,s
v=10
t=50
s=v*t
write(*,*)'Distance covered = ',s,'m'
stop
end
Post a Comment
0 Comments
Followers
Labels
Algorithm
Analyze
Assembler
Basic Computer
C language
C programs
C Simple Programs
Compiler
Computer
Download Dev-C++
Download FORTRAN 77
Download Turbo C++
Flowchart
FORTRAN
FORTRAN 77 Programs
FORTRAN IF THEN ELSE Statement Programs
FORTRAN Simple Programs
Install FORTRAN 77
Interpreter
Language Translators
Main Memory
Memory
Network
Network Topologies
Network Topology
Pc Softwares
Problem Solving Method
Program
Programs
RAM
ROM
Run FORTRAN 77
Survey & Research
Survey Notes
Turbo C++
Social Plugin
Popular Posts
FORTRAN Language
August 31, 2018
FORTRAN 77 program to calculate the distance covered by a car.
September 14, 2018
What is Main Memory of the computer? OR Introduction to the Main Memory.
April 18, 2019
Powered by Blogger
0 Comments