119. Write a program to print the
natural numbers from 1 to 5 using SUB...........END SUB.
DECLARE SUB SERIES ( )
CLS
CALL SERIES
END
SUB SERIES
FOR I = 1 TO 5
PRINT I,
NEXT I
END SUB
SEE Computer Science QBASIC Programming Specification Table 2076, Networking and Telecommunication, Ethical and Social Issues in ICT, Computer Security, E-Commerce, Contemporary Technology, Number System, Database Management System (MS Access), Modular Programming, Sequential File Handling, C Programming Basics, SEE Computer E-Book Grade IX and X PYTHON
Why u didn't take input
ReplyDelete