Looping statements

Looping statements


                Looping statements are used to execute a group of statements repeatedly until some condition is satisfied. The looping statements are

                                1. while statement
                                2. do ….. while statement
                                3. for statement

No comments:

Post a Comment

Creating Objects

Creating Objects                  Creating objects means to allocate memory space for all the instance variables of the objects. S...