Question: The first 4 lines of program example is provided below. program example implicit none real:: A,B,C character (len=10):: D Which of the following assignments is
The first 4 lines of program example is provided below. program example implicit none real:: A,B,C character (len=10):: D Which of the following assignments is allowed from line 5 of this program? Select one or more: A=126.33 B=10.17 D='AppleOS' C=A+B A=12.21; B=101 D='7eleven'; C=sin(A) None of the answers is correct. D=Football C=A+D B=91 A=9.91 A=1221: B=202.2 D='Pay4less', C=D+A
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
