Question: Need help with this program in C # CheckZips.cs Instructions sing static System.Console 2 class Checkzips Write a program named CheckZips that is used by

Need help with this program in C # Need help with this program in C # CheckZips.cs Instructions sing

CheckZips.cs Instructions sing static System.Console 2 class Checkzips Write a program named CheckZips that is used by a package delivery service to check delivery areas. Information Review Mode Project Help Download Share static void Main) string[] zips {"12789", "54012", "54481", "54982", The program contains an array that holds the 10 zip codes of areas to which the company makes deliveries. (Note that this array is created for you and does not need to be changed.) "60007" Theme 60103",60187", "60188", "71244", "9021 0"; // Write your main here Light 9 10 Keymap Prompt a user to enter a zip code, and display a message indicating whether the zip code is in the company's delivery area Default For example if the user enters a zip code in the array, such as 60007, the output should be Delivery to 60007 ok A Danger Area Reset Project If the user enters a zip code not in the array, such as 60008, the output should be Sorry- no delivery to 60008

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!