Display all pets sorted by nickname in ascending order.
Adding a new pet - input from the console.
Search pet by gender (no case-sensitive for search result) - input from the console.
Hint: A controller class named PetController is provided to process menu choices for use in the application.
2. Technical Requirements:
Use given classes (Main.java in default package, and PetController.java in controller package).Using NetBeans 17, JDK 1.8 to open the given project and develop.
Create package model for Pet and PetModel classes.
Create package view for PetView class.
<
Zoom
120%
Close