Output Example 2
#include <iostream.h>
void main()
{
int x = 10;
// Use the << operators to stream out each piece of data
cout << "The value of x is " << x;
}
Previous slide
Next slide
Back to first slide
View graphic version