Skip to content

Conversation

@valeriacutrona
Copy link

esercizio calcolatrice completato

cout<<"SUM: "<<sum<<endl;
cout<<"Difference: "<<diff<<endl;
cout<<"Multiplication: "<<mult<<endl;
cout<<"Division: "<<div<<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 in una funzione a parte, magari una funzione void calculator()

Copy link
Author

Choose a reason for hiding this comment

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

D'acccordo.La ringrazio, adesso la correggo

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