+ All Categories
Home > Documents > c++ Loops

c++ Loops

Date post: 03-Nov-2015
Category:
Upload: abdullah-simpson
View: 214 times
Download: 0 times
Share this document with a friend
Description:
loops in c++
38
© Copyright 2013 by Pearson Education, Inc. All Rights Resered. 1 Chapter ! "oops
Transcript
  • Copyright 2013 by Pearson Education, Inc. All Rights Reserved.*Chapter 5 Loops

    Copyright 2013 by Pearson Education, Inc. All Rights Reserved.

    *MotivationsSuppose that you need to print a string (e.g., "Welcome to C++!") a hundred times. It would be tedious to have to write the following statement a hundred times:

    cout


Recommended