Skip to content

Conversation

@jamestglh
Copy link
Owner

No description provided.

{
Console.WriteLine("Hello World!");

MainMenu();
Copy link

Choose a reason for hiding this comment

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

Seems odd that you would define all these functions inside Main(), instead of as static methods in Program. Not wrong, just want to make sure you know you do not have to do that.

Console.WriteLine("Hello World!");

MainMenu();

Copy link

Choose a reason for hiding this comment

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

How would you do this without each "sub program" calling MainMenu again?

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.

3 participants