Skip to content

Checkpoint1#7

Open
jamestglh wants to merge 3 commits intomasterfrom
checkpoint1
Open

Checkpoint1#7
jamestglh wants to merge 3 commits intomasterfrom
checkpoint1

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.

2 participants