#include <iostream>
using namespace std;
int main() {
cout<<"enter ton non,prenon et age:";
string non;
string prenon;
int age;
cin>> non>>prenon>>age;
cout<<non<<" "<<prenon<<" "<<age<<endl;
int x=age+10;
cout<<"enter ton non,prenon et age:";
cout<<non<<" "<<prenon<<" "<<x<<endl;
cout<<"enter ton non,prenon et age:";
int y=age+x;
cout<<non<<" "<<prenon<<" "<<y<<endl;





    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: