To create a horoscope finder in QBASIC, you'll need to start by defining the date ranges for each zodiac sign. Use INPUT
statements to get the user's birth date and month. Then, implement a series of IF...ELSE
statements to compare the input date against the defined ranges and determine the corresponding zodiac sign. Finally, display the result using the PRINT
statement. Here's a simple structure:
INPUT "Enter your birth month (1-12): ", month
INPUT "Enter your birth day (1-31): ", day
IF (month = 3 AND day >= 21) OR (month = 4 AND day <= 19) THEN PRINT "Aries"
' Continue for other signs...
Difference between QBASIC and GWBASIC?
QBASIC keywords are reserved words that have special meanings and functions within the QBASIC programming language. They include commands like PRINT, INPUT, IF, FOR, NEXT, and END, which control the flow of the program and perform specific actions. These keywords cannot be used as variable names, as they are integral to the syntax and operation of QBASIC. Understanding these keywords is essential for writing effective QBASIC programs.
The advantage of qbasic is that it is easy to learn, to start out,then one can move on to more complex, or advanced languages.
In order to Download Qbasic you may do one, both or none of these two things: 1.) Go to "http://www.softpedia.com/get/Programming/Coding-languages-Compilers/Qbasic.shtml" and click download or 2.) use "Google.com" with the keywords Qbasic free download to find another website with a free qbasic downlaod.
QBASIC free downlaods are from cnet.com or softepedia.com.Hope this is helpful to you..... if u want anything else just mail it to rockmayur@live.com..
the extensions of qbasic are that, there are only 80 pixels to write in the qbasic
Make the Most of the Finder Sidebar. The Finder Sidebar, which is the pane on the left side of every Finder window, provides quick access to common locations, but it's capable of much more.
you put a cat on a box
there are lots of ways to make a cp pass finder the best way to make it on visual baisic 6
Horoscope are just signs for us people to be motivated or inspiration or to be a guidance for our every day living.
a triangle then a square :)
qbasic is important because its technology
The main difference between a horoscope and a kundli is that a horoscope is primarily used in Western Astrology, whereas a kundli is used in Indian Vedic Astronomy. However, today the term horoscope is commonly assumed to be synonymous with the predictions rather than the charts to make the predictions.
There is no shortcut key of input in qbasic
Difference between QBASIC and GWBASIC?
The different types of operators in QBASIC are:Arithmetic OperatorsRelational OperatorsLogical Operators
Qbasic and Quickbasic are not the same! Qbasic was a free interpreter that Microsoft included with MS-DOS. Although Quickbasic uses similar syntax as quickbasic it allows programs to be compiled.