Write a fortran 90 program that sets up a 4x4 2D real array A and associate...

70.2K

Verified Solution

Question

Programming

Write a fortran 90 program that sets up a 4x4 2D real array Aand associate a single value pointer AP with element (2,1) of thatarray. Set all elements in A equal to 0. and print the value of APto the screen. Next set all elements in A equal to 1.23 and printthe value AP to the screen.

Answer & Explanation Solved by verified expert
3.9 Ratings (442 Votes)
Program DescriptionThe program uses the statementreal dimension44ATo declare a two dimensional array 4X4 named ArealpointerAPAP is a real pointer variableAPA21As mentioned    See Answer
Get Answers to Unlimited Questions

Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!

Membership Benefits:
  • Unlimited Question Access with detailed Answers
  • Zin AI - 3 Million Words
  • 10 Dall-E 3 Images
  • 20 Plot Generations
  • Conversation with Dialogue Memory
  • No Ads, Ever!
  • Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Become a Member

Other questions asked by students