LaunchCodeEducation / csharp-web-dev-curriculum

Hugo version of C# Unit 2
http://education.launchcode.org/csharp-web-dev-curriculum/
1 stars 5 forks source link

GA1 Task One References Incorrect User Input #65

Open matthewcreek opened 3 months ago

matthewcreek commented 3 months ago

Relevant Link

Material in question is located at the bottom in the "Test this method manually before moving on to your next task:" section.

Text states: "3. Select “1” to list the jobs, and then “0” to list them all." Test states: "5. Test that it prints a descriptive message if no jobs are found by selecting “0” to search and then “3” to search for a location. Then enter a location that is not in the data (e.g. “Cancun”). Your message should be displayed."

The program as it is coded currently in the starter code uses 4 as the display all key and 2 as the location key in the search menu. image image

Suggested changes: "3. Select “1” to list the jobs, and then “4” to list them all." "5. Test that it prints a descriptive message if no jobs are found by selecting “0” to search and then “2” to search for a location. Then enter a location that is not in the data (e.g. “Cancun”). Your message should be displayed."