Question: Please answer the java code ! and urgently. Q. Write a method named petHistory as it will has an argument petId and no return value.
Please answer the java code ! and urgently.
Q. Write a method named petHistory as it will has an argument petId and no return value. (15 p)
Assume that there are four globally defined Map Arrays of objects mapCustomer (of class Customer), mapPet (of class Pet). mapOperationType (of class OperationType), and mapOperation (of class Operation).
- Display the operation history report of a pet in a tabular format as shown below.

Customer Pet Operation Type int custld (PK) String custTitle String custName String custPhone int petld (PK) int custid (FK) String petName String petType int petAge int optld (PK) String optName float optPrice Veterinary Clinic Operation Payment int operld (PK) int optld (FK) int petld (FK) Date operDate (FK) int paymld (PK) int operld (FK) float payAmount Date payDate Pet id: 1 Name: Tom Type: Cat Owner Name: Cem Phone: 0533 845 3534 Opt. Date Type Price Pay Date Payment 15/11/2020 Birth 1500.00 15/11/2020 1000.00 20/12/2020 500.00 16/01/2021 Checkup 300.00 26/01/2021 300.00
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
