You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File: Program.cs Problem:
The Main method contains too much logic. Calls TestDictionaryTable(). Creates multiple ConsoleTable objects.
Uses different formats for outputting tables. Has a call to Console.ReadKey(); which is not directly related to the logic.
The text was updated successfully, but these errors were encountered:
File: Program.cs
Problem:
The Main method contains too much logic. Calls TestDictionaryTable(). Creates multiple ConsoleTable objects.
Uses different formats for outputting tables. Has a call to Console.ReadKey(); which is not directly related to the logic.
The text was updated successfully, but these errors were encountered: