Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

5) Write a FORTRAN-90 that uses SELECT CASE to convert the integer numeric result into a letter grade as follow: 0:59 'F'; 60:69 'D'

  

5) Write a FORTRAN-90 that uses SELECT CASE to convert the integer numeric result into a letter grade as follow: 0:59 'F'; 60:69 'D' 70:79-'C; 80:89- 'B' ; 90:100-'A' Q4/ The following is a subroutine FORTRAN-90 program. Full-out the blanks 1-------- UsingSubroutine IMPLICIT 2-----... REAL , PARAMETER 3- - pi=3.14 4-.....- : r,h,v READ (5------ r, h 6-- CylinderVolume (r.h,v) WRITE(",")radius=', r WRITE(",")'height=", h 7--- WRITE(,) WRITE(*,")'volume=, v 8......... SUBROUTINE CylinderVolume (r1.hl.vl) IMPLICIT NONE REAL, 9 ----.... (IN) :: e, f REAL, INTENT(OUT) ::i vl=pi*rl**2*hl 10- SUBROUTINE CylinderVolume END

Step by Step Solution

3.53 Rating (153 Votes )

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Matlab An Introduction with Applications

Authors: Amos Gilat

5th edition

1118629868, 978-1118801802, 1118801806, 978-1118629864

More Books

Students also viewed these Computer Engineering questions