Skip to content

Conversation

@valeriacutrona
Copy link

esercizio somma svolto

cout << "Insert the second number: ";
cin >> b;

cout << "Sum: " << a + b << 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 implementare la somma in una funzione a parte

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