SEE Computer Science
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
Saturday, December 31, 2016
QBASIC NUMBER SERIES PROGRAM 2, 4, 8, 14, 22, ………UP TO 15th TERM
QBASIC NUMBER SERIES PROGRAM 2, 4, 8, 14, 22, ………UP TO 15th TERM
DECLARE SUB SERIES ( )
CLS
CALL SERIES
END
SUB SERIES
A = 2 B = 2 FOR I = 1 TO 15 PRINT A, A = A + B B = B + 2 NEXT I END SUB
No comments:
Post a Comment