Skip to content

Conversation

MaccxG
Copy link

@MaccxG MaccxG commented Oct 18, 2023

No description provided.

cout << "Multiplication: " << x * y << endl;
cout << "Division: " << x / y << endl;

return 0;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Al posto di return 0; potresti definire una costante #define EXIT_SUCCESS 0 e usarla nel modo seguente return EXIT_SUCCESS;

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