Skip to main content

Microsoft BASIC Programming -7 - Logical Operators



Learn how to begin program using BASIC programming language for Beginners...
For more information.. Drop your comments...

GET THE SOURCE CODE BELOW


5 X% = 0
10 Y% = 0
20 IF X% AND Y% THEN PRINT "TRUE" ELSE PRINT "FALSE"

Use it anywhere its free

Comments

Popular posts from this blog

Create a nigerian news blog -4- Homepage Customization Finalized

My Love For Canada

It seems like these days, many people love this country of my first love, Canada, i have always dreamt of being in it as a full fledged citizen having the right to do anything as stated by the law for every citizen, I have my reasons for such love but you can simply take a deep dive into discovering more about the country and why I have such a strong love for  this country here . timbu.com/canada

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