dramire83 / CIS_285

CIS_285
0 stars 0 forks source link

Code - Console.Write[Line] #21

Closed jwood36 closed 1 year ago

jwood36 commented 1 year ago

Refer #8

You need to look at potentially a Console Utility class to handle all the Console Output scenarios you are currently using.

The Input scenarios are divergent from the Output scenarios; focus only on the Output methods being used.

dramire83 commented 1 year ago

I have added a couple more methods that use variables passed by value to help clean up my console.writeLine commands.