Conversation Program (Challenge)

Code for conversation program

This is a starting artificial intelligence program

The computer appears to respond to the answers.

To compare one String to another you use the .equals method.

Notice that a person can answer in a variety of ways such as: fine, good or ok and still get the same response

To compare one String to another without worrying about capital letters you use the .equalsIgnoreCase method.

If you ignore case you get the same response for Yes, yes, or YES

Here is a sample run of the program

output of conversation program

Create your own original conversation program that has a human-like conversation with the person running the program.
Include at least 4 questions and multiple responses based on the answers.