Saturday, August 17, 2019

Qbasic Program to display 2,4,12,48....upto 10th term


2076 B.S. Bhadra 01 - Qbasic Program 01

Qbasic Program to display 2,4,12,48....upto 10th term




CLS
a = 2
b = 2
FOR i = 1 TO 10
PRINT a
a = a * b
b = b + 1
NEXT i
END

9 comments:

  1. Bro i need to contact you plz provide me ur gmail

    ReplyDelete
  2. PRINT a pachi semicolon chaincha nabhaye patter huncha

    ReplyDelete
    Replies
    1. हुन्छ पोस्ट गरिदिन्छु

      Delete
  3. Replies
    1. CLS
      FOR I = 60 TO 15 STEP -15
      PRINT I;
      NEXT I
      END

      Delete
  4. 999,724,511,342………….upto 10th terms pattern

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete
  6. 999,728,511,342............up to 10th terms

    ReplyDelete