kalin729

cin >> age

Sep 28th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.28 KB | None | 0 0
  1. #include<iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6.     int age;
  7.  
  8.     cout << "Neska e subita utre e petyk" << endl;
  9.     cout << "-Radina lqto 2014" << endl;
  10.     system("pause");
  11.     cout << "How old are you?" << endl;
  12.     cin >> age;
  13.     cout << "Age: " << age << endl;
  14.     system("pause");
  15. }
Add Comment
Please, Sign In to add comment