This is a guide to the programming language QBASIC for absolute beginners, containing all the essentials of programming and everything you need to know to make your computer work for you.
It is interesting though confusing
What is dim why to use it in qbasic
W.a.p to find sum of 1st ten numberusing do.....loop
clsrem find sum of 1st ten numbersfor i=1 to 10sum=sum+inext i?sum;" is the sum of 1st ten numbers."end
how to make shortcut on desktop for program in qbasic.so that it can open quickly
You have to buy qbasic
Nice Blog Post !
How to write a program in qbasic to find out the radius,area and circumference of a circle using pi?
please how can print A to Z ?
It is interesting though confusing
ReplyDeleteWhat is dim why to use it in qbasic
ReplyDeleteW.a.p to find sum of 1st ten number
ReplyDeleteusing do.....loop
cls
Deleterem find sum of 1st ten numbers
for i=1 to 10
sum=sum+i
next i
?sum;" is the sum of 1st ten numbers."
end
how to make shortcut on desktop for program in qbasic.so that it can open quickly
ReplyDeleteYou have to buy qbasic
DeleteNice Blog Post !
ReplyDeleteHow to write a program in qbasic to find out the radius,area and circumference of a circle using pi?
ReplyDeleteplease how can print A to Z ?
ReplyDelete