Skip to content

esercizio somma#442

Open
valeriacutrona wants to merge 3 commits intoUNICT-Quality-Development:mainfrom
valeriacutrona:ex-sum
Open

esercizio somma#442
valeriacutrona wants to merge 3 commits intoUNICT-Quality-Development:mainfrom
valeriacutrona:ex-sum

Conversation

@valeriacutrona
Copy link
Copy Markdown

esercizio somma svolto

Comment thread exercises/sum.cpp
cout << "Insert the second number: ";
cin >> b;

cout << "Sum: " << a + b << endl;
Copy link
Copy Markdown
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