write a program in QBASIC to print the first N natural numbers using FOR-NEXT loop.
Anyone can answer this question please.
Answers
Answered by
7
Answer:
CLS
INPUT "ENTER THE VALUE OF N" , N
FOR I =1 TO N
PRINT I
NEXT I
END
Explanation:
Similar questions
Science,
2 months ago
English,
2 months ago
Economy,
5 months ago
Environmental Sciences,
5 months ago
History,
10 months ago