1.Create an IceCreamConeException class whose constructor receives a string that consists of an ice cream flavor and number of scoops. 2. Create an IceCreamCone class with two fields: • IceCreamFlavor • Scoops 3. The IceCreamCone constructor calls two data-entry methods: • GetFlavor(), which throws an IceCreamConeException if the flavor isn’t one of the following: vanilla, chocolate, strawberry, peach, or banana. • GetScoops(), which throws an IceCreamConeException when the scoop quantity exceeds 3. 4. Create a program that establishes several IceCreamCone objects and handles any throw IceCreamConeExceptions. 5. Save your program. 6. Now “build” your program Can sumone plz help me with this..its urgent....
hey