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.39 Rating (149 Votes )

There are 3 Steps involved in it

Step: 1

PROGRAM UsingSubroutine IMPLICIT NONE REAL PAR... 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_2

Step: 3

blur-text-image_3

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

Auditing and Assurance Services

Authors: Timothy Louwers, Robert Ramsay, David Sinason, Jerry Straws

6th edition

978-1259197109, 77632281, 77862341, 1259197107, 9780077632281, 978-0077862343

More Books

Students also viewed these Computer Engineering questions

Question

How are the BRIC economies alike? How are they different?

Answered: 1 week ago