WRITE A QBASIC
PROGRAM WHICH WILL RETURN THE UNIQUE DIGIT INTEGERS BETWEEN 100 AND
120
CLS
FOR I = 100 TO 120
A = I MOD 10
B = (I \ 10) MOD 10
C = I \ 100
IF A <> B AND A <> C AND B
<> C THEN PRINT I,
NEXT I
END
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
Awesome tutorial! It's fascinating to see how easily you can manipulate numbers in QBASIC. For those looking for reliable web hosting solutions, DV Hosting is a great option to consider for your projects!
ReplyDelete