Posts

Showing posts from May, 2020

QBASIC (Chapter 3.1) : FOR loop (Series)

Image
For any type of consultation, query or doubt. You may contact to the following: (+91) 9804 436 193 or, debabrataguha20@gmail.com  and join the group  https://www.facebook.com/groups/331231161093613/ Hope you have already practised a good amount of programs with nested if-else statements. So now we will learn how to do repetitive work in QBASIC. In the world of logic and algorithm and brain storming , the most important thing is to handle loops. Here in this chapter we will learn to form loops with the help of “FOR” keyword. Most of us think, there is not much to learn on the basic structure of FOR loop. But still I will request you to go through the basic structure of FOR loop once again. For the newcomers, it is must to focus more on this chapter, as this is the most important chapter of your programming journey. If you are good at FOR loops, then you are good at programming logics as well. Your grading as a future programmer will be decided during these for loop chapters. We