WAP using to display 50,75,100,125,150 10 mins QBasic Programming DECLARE SUB SERIES () CLS CALL SERIES END SUB SERIES FOR I = 50 TO 150 STEP 25 PRINT I, NEXT I END SUB WAP to generate the series 1,5.25,125…..10th terms (Prev Lesson) (Next Lesson) WAP using to display 1, 10, 101, 1010, 10101 Back to QBasic Programming No Comments Post a Reply Cancel replyYou must be logged in to post a comment.
No Comments