Properties of Addition and Subtraction of Integers
The number of...
Question
The number of tokens in the Fortran statement DO 10 I = 1.25 is
5
Open in App
Solution
The correct option is A 5 In Fortran identifies can contain spaces.
'Do 10 I' is one token
'=' is another token and '1.25' is third token ∴ 3 tokens are identified in Fortran.