Skip to content

Conversation

@Dani220406
Copy link

No description provided.

cin >> x;
cout << "Enter second digit: " << endl;
cin >> y;
cout << "The sum: " << x << " + " << y << "is: " << sum(x, y) << endl;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

potresti estrarre l'implementazione dell'esercizio in una funzione separata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants