Question: Using Java: Write a program that plays a word game with the user. The program should ask the user to enter the following information: his
Using Java:
Write a program that plays a word game with the user. The program should ask the user to enter the following information: his or her name his or her age the name of a city the name of a college a profession a type of animal a pet's name After the user has entered these items, the program should display the following story, inserting the user's input into the appropriate locations: There once was a person named NAME who lived in CITY.
At the age of AGE, NAME went to college at COLLEGE.
NAME graduated and went to work as a PROFESSION.
Then, NAME adopted a(n) ANIMAL named PETNAME.
They both lived happily ever after!
Then create a new String that prints out the last word in the sentence without the punctuation except for the last sentence which has the punctuation.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
