Question: This is for the java please follow the instructions on given practice excercise Points: 100 points Obiective To design classes, use public and private access
Points: 100 points Obiective To design classes, use public and private access modifiers and implement void and non-void methods. Instructions: Create a project called Labo8 with one Java file called HealthRecordDemo.java HealthRecordDemo.java should have two classes (HealthRecord) and (HealthRecordemo) o HealthRecord: Is the implementation part that has all class methods o HealthRecordDemo: Is the class that has the main method Be sure to document your code (add comments on top of your java file) In the comments add your name, date, course, homework number, and statement of problem. Once you are done, upload one java file (HealthRecordDemo. java) through Canvas We need to have safe data, so inputs validation is required. . . Project files 190 points] Part 1 (Implementation class): Write a Java program called RealthRecord that represents a patient entry [10 points] Instance variables (all should be declared Private) The person Social Security Number (SSN) 1. (long) 2. (String) (firatName) The person first name 3. (string) (1astName) The person last name 4. (int) 5. (long) 6. (String) (email) 7. (double) 8. (double) (height) (san) The person age. (age) (phoneNumber). The telephone number of a person (e.g, 2152046907) The person e-mail address. (e.g, ajaj@temple edu) The person weight The person height (weight)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
