Till now we have studied the use of Decision or Sequential Control statements.
When executed thesestatements always perform the same series of actions, in the same way, exactly once.But in order to perform programs that can do an action over and over,we need LOOPS.
Thus in the next post we are going to discuss about the Loops.
When executed thesestatements always perform the same series of actions, in the same way, exactly once.But in order to perform programs that can do an action over and over,we need LOOPS.
Thus in the next post we are going to discuss about the Loops.
Comments