Input and Output in C++
Input in C++
Used to take user input:
google.com, pub-8434817042454839, DIRECT, f08c47fec0942fa0
int age;
cin >> age;
Output in C++
Used to display output:
cout << “Hello”;
Example
int age;
cin >> age;
cout << age;
Used to take user input:
Used to display output:

WhatsApp us