October 23, 2019
The code we just studied in class, slightly expanded and with an application program, is available to download.
Edit the Program.cs file of the project you previously download so that:
A, a, H, h, O and o would be asked again, and asked as long as they do not give a valid answer,char class to make the program more readable (you will be able to greatly simplify the if statement).ToString and in the application program instead of doing it “by hand”.A (partial) solution that implements (partially) the first, next to last and last item of the previous list is available to download.