Questions And Comments

If you have any questions or feedback, please leave a comment down below. I'll try to get back to you as soon as possible!

9 comments:

  1. It is interesting though confusing

    ReplyDelete
  2. What is dim why to use it in qbasic

    ReplyDelete
  3. W.a.p to find sum of 1st ten number
    using do.....loop

    ReplyDelete
    Replies
    1. cls
      rem find sum of 1st ten numbers
      for i=1 to 10
      sum=sum+i
      next i
      ?sum;" is the sum of 1st ten numbers."
      end

      Delete
  4. how to make shortcut on desktop for program in qbasic.so that it can open quickly

    ReplyDelete
  5. How to write a program in qbasic to find out the radius,area and circumference of a circle using pi?

    ReplyDelete
  6. please how can print A to Z ?

    ReplyDelete