📘 Class 9 Computer Science
Computer System
Number System
Block Programming
Web Technology
Internet and Social Media
Cyber Security and Digital Citizenship
Concept of Programming
📗 Class 10 Computer Science
Computer Network and Communication
Database Management System
Multimedia
Programming in Python
AI and Contemporary Technologies
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