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
Thursday, February 23, 2017
WRITE A QBASIC PROGRAM TO DISPLAY *nepal* *nepa* *nep* *ne* *n*
WRITE A QBASIC PROGRAM TO DISPLAY
*nepal*
*nepa*
*nep*
*ne*
*n* CLS A$ = "nepal" FOR i = LEN(A$) TO 1 STEP -1 PRINT "*"; LEFT$(A$, i); "*" NEXT i END
No comments:
Post a Comment