ease use java to answer the following question 3. Develop a Menu Driven 3-tier GUI application, to manage the vaccination data for covid-19 vaccine ( You should consider the following points in your design). The design could be either done via JavaFx or Swing.. Ministry of Health of Ontario wants to maintain the following information i.e., for each date different types of vaccine doses administered in each city:
please use java to answer the following question
3. Develop a Menu Driven 3-tier GUI application, to manage the vaccination data for covid-19
vaccine ( You should consider the following points in your design). The design could be either
done via JavaFx or Swing..
Ministry of Health of Ontario wants to maintain the following information i.e., for each date different
types of vaccine doses administered in each city:
• Date of vaccination – required and in mm/dd/yyyy format.
• Name of city – required
• Number of Pfizer vaccine doses administered – integer and 0 or above and required.
• Number of Moderna vaccine doses administered – integer and 0 or above and required.
• Number of AstraZeneca vaccine doses administered – integer and 0 or above and required.
• The user can take any of the three vaccines ( Moderna, Pfizer, AstraZeneca)
User should be able to perform the following operations using your application:
- Should accept the information of a city about covid-19 vaccination. If valid information is
provided, otherwise provide proper feedback to user (use any comments)
- Should be able to find and display the record of vaccination based upon date and name of city,
both i.e., date and name are required.
- Should be able to display vaccination doses administered using following scenarios:
o Vaccination records of a given date along with the total of each type of vaccine.
o Vaccination records of a given city along with the total of each type of vaccine.
o Vaccination records of a given type of vaccine along with total of each type of vaccine.
Trending now
This is a popular solution!
Step by step
Solved in 5 steps with 5 images