Question
FORTRAN QUESTIONS: a) How many input-output statements were there in original Fortran? b) What was the largest possible statement number? c) What was the purpose
FORTRAN QUESTIONS:
a) How many input-output statements were there in original Fortran? b) What was the largest possible statement number? c) What was the purpose of statement numbers? d) In what order would the elements of a 2D array be stored in the object program? e) What would the arithmetic formula statement be called today? f) If the variable on the left side of an arithmetic formula is a fixed point, and the expression on the right side evaluates to 4.579, what value would be stored in the left side variable? g) write a single FORMAT statement together with a single PRINT statement that together have the same effect as the following call of printf (a C/C++ library function): printf("x = %8.5f i = %5d", x, i);
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started