

loopCount++;
// Loop 10 times (0, 1, ... 9)
loopCount = 0;
while (loopCount < 10)
{
loopCount++;
// Loop 10 times (10, 9, ... 1)
loopCount = 10;
while (loopCount >= 1)
{
loopCount--;
while (data != -1) // -1 is sentinel
{
// Example 2. Priming read.
int data;
long sum = 0;
cin >> data;
while (data != -1) // -1 is sentinel
{
#include <iostream.h>
#include <fstream.h>
int main()
{
if ((ch >= 'a' && ch <= 'z') ||
cout << endl << endl;
cout << "There are " << totalAlphaChars
<< " in the file."
<< endl;
return 0;
// end of file alphacount