Chapter 8 - Saving Sonu Yadav November 03, 2017 Before we get into some fairly big programs, let's look at how to save our masterpieces. Location Is Everything The first thing ... Read More
Chapter 7 - Numbers Sonu Yadav November 03, 2017 Computers are very good at math. Let's get the computer to do some math for us. Here's a simple multiplication calculator: ... Read More
Chapter 6 - IF...THEN Sonu Yadav November 03, 2017 Let's make that last program a little smarter. I want to be able to identify intruders playing with my programs. Wouldn't it be ... Read More
Chapter 5 - INPUT Sonu Yadav November 03, 2017 So far our programs have only talked to us. Let's write one that will listen. Get rid of the previous program by clicking on File, t... Read More
Chapter 4 - DO...LOOP Sonu Yadav November 03, 2017 Let's start a new program. To get rid of the old program, click on "File" on QBASIC's menu and you will see the File m... Read More
Chapter 3 - CLS Sonu Yadav November 03, 2017 It was probably a bit hard to find your messages on the screen with that last program. Wouldn't it be nice to be able to clear all t... Read More
Chapter 2 - PRINT Sonu Yadav November 03, 2017 Follow Along I'm assuming you will be following along with QBASIC in front of you. This won't be much fun if you aren't. So ... Read More