Question: Java program Please just create two classes as it is stated on the instructions and provide a screenshot of the source code You goal in
Java program
Please just create two classes as it is stated on the instructions and provide a screenshot of the source code

You goal in this project is to create a simple Java project using the NetBeans IDE. The project should create a simple information page (not complete in any away) about the diabetes patient. The output should be something like this Patient ID: 123456 Name: Address: Dr. MK Quweider 123 University Avenue Brownsville, TX 78526 USA Patient Medical Profile: Weight: 200 Height: 6 1 Temperature: 97.5 Pressure: 120/80 Smoking: Non Drinking: Social Drinker Exercise: 3 Times a week. To create the project in an OOP manner, create two classes, one called Person and the other is called profile. The first class should have the top part of the form as its members, and the second class should have the bottom part Your main class should instantiate two objects and fill in the information for one patient
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
