cin is an object........
An Example is
#include
using namespace std;
int main(){
int age;
An Example is
#include
using namespace std;
int main(){
int age;
cout << "How Old Are You?\n";
cin >> age;
cout << "You are << age << years old\n";
system("pause")
return 0;
}cin >> age;
cout << "You are << age << years old\n";
system("pause")
return 0;
No comments:
Post a Comment
Thank you