The statement "read(10,end=100) mm " will: branch to the statement with label 100 when the end of the file is reached on unit 10 branch to the statement label with 100 when the struing "end" is read from unit 10 branch to the end of the program when a value of 100 is read from unit 10 Set the variable mm = 100 when the end of the file is reached Stop reading after 100 lines are processed Back to the 201 Homepage or Next Question
branch to the statement label with 100 when the struing "end" is read from unit 10
branch to the end of the program when a value of 100 is read from unit 10
Set the variable mm = 100 when the end of the file is reached
Stop reading after 100 lines are processed