Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 #
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 60008Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started