Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(1) Go to http://ideone.com/ to run the following Fortran 77 sample code and Fortran 90(95) sample code; (2) Read 10 integers from stdin, output mean,

image text in transcribed
image text in transcribed
image text in transcribed
(1) Go to http://ideone.com/ to run the following Fortran 77 sample code and Fortran 90(95) sample code; (2) Read 10 integers from stdin, output mean, min, max, and ascending sort. A. Foan 77 sample code PROGRAM MAIN INTEGER N, x EXTERNAL SUB1 COMMON /GLOBALS/ N x=0 PRINT'Enter number of repeats' READ,N CALL SUB1 x SUB SUBROUTINE SUB1 (X, DUMSUB) INTEGER N, X, Y EXTERNAL DUMSUB COMMON /GLOBALS/ N DATA Y /0/ IF (X .LT. N) THEN PRINT *, 'x = ', x, y-., Y CALL DUMSUB (XDUMSUB) END IF 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

Principles Of Database Systems With Internet And Java Applications

Authors: Greg Riccardi

1st Edition

020161247X, 978-0201612479

More Books

Students also viewed these Databases questions

Question

DISCUSS the key elements of Canada's labour laws.

Answered: 1 week ago

Question

HOW IS MARKETING CHANGING WITH ARTIFITIAL INTELIGENCE

Answered: 1 week ago

Question

Different types of Grading?

Answered: 1 week ago

Question

Explain the functions of financial management.

Answered: 1 week ago

Question

HOW MANY TOTAL WORLD WAR?

Answered: 1 week ago

Question

6. How would you design your ideal position?

Answered: 1 week ago

Question

2. How do they influence my actions?

Answered: 1 week ago