Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include<iostream>
- using namespace std;
- int main()
- {
- int age;
- cout << "Neska e subita utre e petyk" << endl;
- cout << "-Radina lqto 2014" << endl;
- system("pause");
- cout << "How old are you?" << endl;
- cin >> age;
- cout << "Age: " << age << endl;
- system("pause");
- }
Add Comment
Please, Sign In to add comment