91. Write a sub procedure to display:
1, 121, 12321, 1234321,
123454321
DECLARE SUB SERIES ( )
CLS
CALL SERIES
END
SUB SERIES
A# = 1
FOR I = 1 TO 5
PRINT A# ^ 2
A# = A# * 10 + 1
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
Thank you
ReplyDeleteThanks 👍👍😊
ReplyDeleteThankyou
ReplyDeleteBalla balla paiyo
ReplyDeleteThanks alot 🙂🙂🙂🙂🙂🙂💤
ReplyDeleteYou helped a lot of Grade 10 especially Nepali students searching for this program. Thanks
ReplyDelete