QBASIC

QBASIC category contains programs written in QBASIC programming language.  This is an archive page that contains the collection of programs written in that language.

About Me: 

I am a web developer with expertise in web development using various web technologies.

I have always been fascinated and enthusiastic about technology ever since my childhood. I always wanted to be familiar with what, why, and how of technologies. Web development has been my only passion ever since I started learning it. Following this passion, I have always been ready to learn new technologies and implement them in my projects.

I do have expertise in coding and have a good understanding of various languages like QBASIC, C/C++, Python, Java, Ruby, etc. along with front-end technologies like HTML, CSS, JavaScript, jQuery, AJAX, React, and Vue. I also have experience in developing websites and web applications using backend technologies like PHP, Ruby on Rails in combination with the database system MySQL.

Website: https://developeranil.tech

Make sure to post the comments for each program if you have any issues. I will respond to it as soon as possible.

QBASIC – Difference between WHILE and FOR loop

As we know, QBASIC supports different types of looping structures; WHILE…WEND, FOR…NEXT and DO…LOOP WHILE. Since, WHILE…WEND and DO…LOOP WHILE has much significance, let’s understand the difference between WHILE…WEND loop and FOR…NEXT loop in QBASIC. FOR loop provides a concise way of writing the loop structure. A FOR loop contains the loop variable initialization, condition …

QBASIC – Difference between WHILE and FOR loop Read More »

Understanding QBASIC

QBASIC stands for Quick Beginners’ All-Purpose Symbolic Instruction Code. QBASIC is one of the most popular high-level programming languages. Now let’s have a look at a basic example to understand some of the basic statements used in QBASIC. CLS is used to clear the output screen. PRINT is used to display output messages to the …

Understanding QBASIC Read More »

Exit mobile version