#AREA OF THE TRIANGLE .M.SC FIRST YEAR PHYSICS: FORTRAN PROGRAMMING

preview_player
Показать описание
FORTRAN PROGRAMMING

! Area Of The Triangle
program trianglereal :: base,height
print *, " Enter the length of the base of the triangle "
read *,base
print *, "enter the height of the triangle "
read *,height
Area=0.5*base*height
print *,"Area of the traingle",Area
end program
Рекомендации по теме
Комментарии
Автор

Bhai music nadeiki explain kale bhala haba

asishswain