Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a program that uses classes, polymorphism, and enums to monitor blizzards in Europe, with class members including the blizzard name, location, and snowfall amount,

Create a program that uses classes, polymorphism, and enums to monitor blizzards in Europe, with class members including the blizzard name, location, and snowfall amount, with a continuous menu to update, delete, display, search and add data stored in a collection.

The application should have a menu that allow users to:

Add a new item to the collection.

Display all the items in the collection.

Search for a specific item.

Exit the application by pressing 0.

The application should also display any error messages if the user enters invalid input.

Coding Requirements:

1. Demonstrate applied use of foreground color and change in console title

2. Classes created and apply generics, abstract, and polymorphism

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions