Write a jsp webpages ask the user to enter the following data:
- First name
- Last name
- Gender
- Social status
Then, based on the gender and status it will show the title:
Title
|
Status
|
Gender
|
Miss.
|
Single
|
Female
|
Mrs.
|
Married
|
Mr.
|
Single or Married
|
Male
|
Also, it will show the name in upper case letters.
(You may setup the tomcat to check the correctness of your code)