Brief
Design and create a simple app that handles basic data about a pet or pets.
Here are some data ideas:
Sketching your ideas
The program has to ask the user (pet owner / vet ) to enter a few values of different types (integer, real, String, boolean).
What simple results could you produce by doing some basic calculations or String work as you have seen in the tutorial tasks?
What will the output look like?
Coding
Create a new java replit project and get coding!
Build your code one thing at a time, test properly after each step before moving onto the next
Start with declaring your variables Move on to getting the program to ask the user to enter data Try displaying the data without any calculations yet Now introduce some calculations