Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need help with Fortran code both of these codes plz 2. Write a Fortran program that defines two one-dimensional arrays, each with 20 real elements.

Need help with Fortran code both of these codes plz

image text in transcribedimage text in transcribed

2. Write a Fortran program that defines two one-dimensional arrays, each with 20 real elements. Use the array constructor notation we discussed in lecture to initialize the values of the first array to the following values (you may cut and paste these to save some typing) 0.4961 -0.0574 -0.3934 0.4133 0.4618 0.3686 -0.0495 0.3477 -0.4219-0.4954 0.4156 0.2749 0.1003 -0.2402 0.2481 -0.4162 -0.2711 Make sure that no line in your program is longer than 80 characters. Remember that the ampersand character & allows you to continue a line Initialize the second array with zeros. Then, use a loop to fill the second array with the sum of all of the values in the first array up to that point. In other words, the value in the first element of the second array will be 0.2481, the value of the second element of the second array will be 0.2481 + 0.4133 = 0.6614, and so on.(Hint: The last value in the second array will be-0.2645.) Note that a conditional (an if statement) may be required here. Use a loop to print out the second array, 5 elements at a time, using the same format shown above

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2014 Nancy France September 15 19 2014 Proceedings Part I Lnai 8724

Authors: Toon Calders ,Floriana Esposito ,Eyke Hullermeier ,Rosa Meo

2014th Edition

3662448475, 978-3662448472

More Books

Students also viewed these Databases questions