#include<iostream>
 
using namespace std;
 
int main() {
 
	int favorite_number;
	cout << "Please tell me your favorite number:";
	cin >> favorite_number;
 
	cout << endl << "Hey, I know you, your favorite number is " << favorite_number << endl;
 
 
	return 0;
}
cs-142/basic-input.txt · Last modified: 2016/08/29 11:13 by kseppi
Back to top
CC Attribution-Share Alike 4.0 International
chimeric.de = chi`s home Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0