answersLogoWhite

0

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...
User Avatar

AnswerBot

5mo ago

What else can I help you with?

Continue Learning about Basic Math

Is not is a mathematical operator of qbasic?

In QBasic, &quot;NOT&quot; is a logical operator used to invert the truth value of a Boolean expression. If the expression evaluates to true, applying the NOT operator will make it false, and vice versa. It is often used in conditional statements to control the flow of the program based on the negation of a condition. However, &quot;IS NOT&quot; is not a recognized operator in QBasic; instead, &quot;NOT&quot; is used for negation.


What are the difference between gwbasic and qbasic?

Difference between QBASIC and GWBASIC?


What are the QBASIC keywords?

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.


Advantage of qbasic?

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.


How do you download QBasic?

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.

Related Questions

What extension would a file saved in Qbasic have?

the extensions of qbasic are that, there are only 80 pixels to write in the qbasic


How do you make a file on finder?

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.


How do you make a Tamil horoscope?

you put a cat on a box


How do you make horoscope come true?

Horoscope are just signs for us people to be motivated or inspiration or to be a guidance for our every day living.


How do you make a cp pass finder?

there are lots of ways to make a cp pass finder the best way to make it on visual baisic 6


Write a program in qbasic to make a hut using print statemant?

a triangle then a square :)


Why are rem statements important in qbasic programming?

qbasic is important because its technology


What is the difference between horoscope and Kundli?

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.


What are the difference between gwbasic and qbasic?

Difference between QBASIC and GWBASIC?


What is the shortcut key for input statement in QBasic?

There is no shortcut key of input in qbasic


What are the different types of operators in QBASIC?

The different types of operators in QBASIC are:Arithmetic OperatorsRelational OperatorsLogical Operators


Why is QBasic called QuickBasic?

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.