Programming With C++ - Lecture5
Programming With C++ - Lecture5
Introduction
Iterative Programming
Three iteration (looping) statements
The while statement
The do --- while statement
The for statement.
3
Miscalenous
The break statement
The continue statement
The goto statement
14
Practice
Count down program (while loop)
Delay Program (do---while)
Continuous calculator from previous lecture
15
The End
Reference book:
Programming with C++, SCHAUM’s outlines, John Hubbard,
3rd/2nd Edition, McGraw Hill, New Delhi