Skip to content

chore: implementazione di sum in C#356

Open
overpino wants to merge 4 commits intoUNICT-Quality-Development:mainfrom
overpino:funzione-somma
Open

chore: implementazione di sum in C#356
overpino wants to merge 4 commits intoUNICT-Quality-Development:mainfrom
overpino:funzione-somma

Conversation

@overpino
Copy link

No description provided.

exercises/sum.c Outdated
printf("Inserisci il secondo numero da sommare: ");
scanf("%d", &y);

printf("La somma di %d e %d è %d.\n", x,y, x+y);
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