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.

Discover Modular Programming in QBASIC

Introduction Modular programming is an approach to programming where a program is divided into smaller programs or sub-programs. QBASIC supports modular programming in which a program is divided into the main module and its sub-modules (also known as procedures) where each sub-module has its own name and independent functionality. Types of procedures There are two …

Discover Modular Programming in QBASIC Read More »

QBASIC – Check if a number is positive, negative, or zero

Overview Below is the program to check whether a user input number is positive, negative, or zero. Output Explanation Let’s first understand positive, negative, and zero numbers. Positive numbers are the ones that are greater than 0 while negative numbers are the ones that are lower than 0 and obviously 0 is a zero. So, …

QBASIC – Check if a number is positive, negative, or zero Read More »

Exit mobile version