Skip to main content

QBASIC Programming Tutorial – 10 – Building a Basic Calculator




Learn how to begin program using BASIC programming language for Beginners...
For more information.. Drop your comments...
GET THE SOURCE CODE BELOW


 BUILDING A BASIC CALCULATOR

5 CLS
10 REM BUILDING A BASIC CALCULATOR
20 INPUT "FIRST NUMBER: ", NUM1
30 INPUT "SECOND NUMBER: ", NUM2
40 SUM = NUM1 + NUM2
50 MULT = NUM1 * NUM2
60 SUB% = (NUM1 - NUM2)
70 DIV = NUM1 / NUM2
80 PRINT "THE SUM OF THE TWO NUMBERS ARE: ", SUM
90 PRINT "THE PRODUCT OF THE TWO NUMBERS ARE: ", MULT
100 PRINT "THE DIFFERENCE OF THE TWO NUMBERS ARE: ", SUB%
120 PRINT "THE QUOTIENT OF THE TWO NUMBERS ARE: ", DIV
130 END

Use it anywhere it free...

Comments

Popular posts from this blog

Create a nigerian news blog -4- Homepage Customization Finalized

9 THINGS THAT A CHURCH WEBSITE SHOULD HAVE

THINGS THAT A CHURCH WEBSITE SHOULD HAVE There so many church website round the internet so am not going to tell you where to find a church website for any church but in this article am going to explain the basic things a church website should have which are outline below: A DESIGN THAT REFLECTS “PEOPLE”, NOT BUILDINGS. People are searching for others whom they can relate to in order to establish a relationship. Buildings represent “institution”, not one on one fellowship. ANNOUNCEMENTS AND CALENDAR OF EVENTS. The page that gets the most visits on any church site is the events page. Surveys on many church websites have revealed as high as 60% of visitors are looking for information about what, where, and when. A website can be a cost saving advertisement medium.