Nested if-else

Write a page that has at least three check boxes, a button, and a text area. When the button is clicked, a response reflecting the first (in order from top to bottom, left to right) box checked should appear in the text area.There should also be a response designed for the client who checks no boxes. Use nested if-else statements to respond to just the first box checked.

For example, the check boxes could be possible qualifications for job, in order of usefulness. The text could rate the client's qualifications.

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