The space between open html and close html and tags describes the?
a.Webpage b.Element Content c.Body
Write a program in QBasic to print the odd no.s from 0 to 30.
Answers
Answered by
0
2.Cls
For I = 1 to 529 Step 2
Print I
Next I
End
1.body
For I = 1 to 529 Step 2
Print I
Next I
End
1.body
AcharyaVII:
Why??? The last odd no in the series is 30 ,not 529 ?Also explain the first answer:Why?
Answered by
0
The space between open html and close html and tags describes the body
program in qbasic to print the odd numbers is:
Cls
For I = 1 to 529 Step 2
Print I
Next I
End
program in qbasic to print the odd numbers is:
Cls
For I = 1 to 529 Step 2
Print I
Next I
End
Similar questions