Input and Output Using Streams

	istream cin;
	ostream cout;
	int a;
	cin >> a;


Next page
Previous page
Go to Lesson 4 index.