WAP to display all natural numbers from 1 to 100 10 mins QBasic Programming DECLARE SUB SERIES ( ) CLS CALL SERIES END SUB SERIES FOR I = 1 TO 100 PRINT I, NEXT I END SUB WAP to supply percentage from the keyboard and print division using sub – program. Use the following conditions (Prev Lesson) (Next Lesson) WAP to display all odd numbers from 1 to 100 Back to QBasic Programming No Comments Post a Reply Cancel replyYou must be logged in to post a comment.
No Comments