Question: Write a C# program named CheckZips that is used by a package delivery service to check delivery areas. The program contains an array that

Write a C# program named CheckZips that is used by a package delivery service to check delivery areas. The program contains an array that holds the 10 zip codes of areas to which the company makes deliveries. Prompt a user to enter a zip code, and display a message indicating whether the zip code is in the company's delivery area.
Step by Step Solution
There are 3 Steps involved in it
using System namespace DeliveryService class Program static void Mainstring args Define ... View full answer
Get step-by-step solutions from verified subject matter experts
