frankcollins3 / fcc-mcsft-cSharp

FreeCodeCamp & Microsoft C# course:
1 stars 0 forks source link

too many characters for character literal [1:01pm] #18

Closed frankcollins3 closed 1 year ago

frankcollins3 commented 1 year ago

attempting to do: add pets to list Screen Shot 2023-09-08 at 1 01 37 PM

error: too many characters for character literal. // semi-confused since it seems every inputs been set up this way Screen Shot 2023-09-08 at 1 01 12 PM

proposed approach: run it without the closing input that allows the user to restart and see (minimum viability)

possible improvements:

frankcollins3 commented 1 year ago

minimum viability worked. reopening because: this feature, that double checks their pet to be entered correctly and leverages goto to restart input if not is the goal.