Skip to content

Conversation

@antonioialazzo
Copy link

No description provided.

cout << "Saturday" << endl;
break;
case 7:
cout << "Sunday" << endl;
Copy link
Member

Choose a reason for hiding this comment

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

endl, è ridondante, potresti scriverlo dopo lo switch e rimuoverlo da ogni case

} while(week > 7 || week < 1);
week--;
string arr[7]={"Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"};
cout << arr[week]<< endl;
Copy link
Member

Choose a reason for hiding this comment

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

well done 🚀

@Helias
Copy link
Member

Helias commented Nov 10, 2025

codestyle fails, controlla qual è l'errore

@Helias
Copy link
Member

Helias commented Nov 10, 2025

In teoria dovevi fare una sola branch per esercizio, ma ho notato che lo hai fatto appositamente con consapevolezza.
Per gli altri esercizi cerca di creare una branch da main e crea una sola branch per esercizio

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