using System;
public class Program
{
public static void Main()
}
/*
1a) We only ship packages to postal codes 90001, 90002, and 90006. How would we create a method that verifies if a postal code for a potential shipment is valid?
Here is the method signature:
Boolean canShip (string postalCode)
*/