Developed a java application that will allow a user to create a user profile and then display the results.
The two use cases are:
Create a user profile Display this user profile
I have defined a user’s class with the following attributes.
First Name, Last Name, DOB, Age, Telephone number, Email, Street Line 1, Street Line 2, City, Country, Affiliation, Major, Career, Degree 1, Degree 1 Start, Degree 1 End, Degree 2, Degree 2 Start, Degree 2 End, Photo
Requirement:
The photo image of the user is required.