Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QI) The following program convert temperature unit formF 10 C and vice versa. Fill out the blanks Main Program Module PROGRAM Using Module MODULE 5)

image text in transcribed
QI) The following program convert temperature unit formF 10 C and vice versa. Fill out the blanks Main Program Module PROGRAM Using Module MODULE 5) ---......... 1)----------- TunitConversion IMPLICIT NONE IMPLICIT NONE CHARACTER : UNIT REAL FUNCTION C (XI) REAL:X IMPLICIT NONE WRITE(**)'Input Temperature Value: REAL, INTENT(7) --::X1 READ(**) X C = (X1-32)*9.0/5 WRITE(*.*)'Input For C' END FUNCTION 2)---------(**) UNIT REAL 8) -----------|(XI) IF (UNIT 3)----------'F') THEN IMPLICIT NONE WRITE(**) c (X).' 'C REAL. INTENT(IN) :: X1 ELSEIF (UNIT="C) THEN f=XI* 9,0/5 +32 WRITE(**)(X).' 'F' END FUNCTION 9) END 10) --- TunitConversion END

Step by Step Solution

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

Hands On Database

Authors: Steve Conger

1st Edition

013610827X, 978-0136108276

More Books

Students also viewed these Databases questions

Question

Where those not participating, encouraged to participate?

Answered: 1 week ago

Question

3. Who would the members be?

Answered: 1 week ago