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
📘 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
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