Conditionals

Write a page that has one group of at least three radio buttons, a button to produce a result, and a text box or text area. When user selects one of the radio buttons and clicks the result button, the page should display a message appropriate to the selected radio button. There should be at least three different messages possible.

For example, the radio buttons could correspond to possible responses in a game, and the text could be the result of selecting that response.

You may provide the code in the posted Lab 7 skeleton, or you may write your own page.