Skip to main content

QBASIC Programming Tutorial – 3 – Running Your First BASIC Program





Learn how to begin program using BASIC programming language for Beginners...
For more information.. Drop your comments...
GET THE SOURCE CODE BELOW
5   REM PROGRAM TO PRINT "HELLO WORLD"
10 PRINT "HELLO WORLD"
20 HELLO$ = "HELLO WORLD 2"
30 PRINT HELLO$

Use it anywhere it 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