Two-Dimensional Table.Create a project in which the user will complete a 10-question survey. Create a form containing labels with each of the questions and a group of radio buttons for each question with the following responses: Always, Usually, Sometimes, Seldom, Never.
Use a two-dimensional array to accumulate the number of each response for each question.
Have a menu or button option that will print an item analysis on the printer that shows the question number and the count for each response.
Sample of Partial Output
Question|Always|Usually|Sometimes|Seldom|Never
1|5|2|10|4|6
2|2|2|10|2|1
3|17|0|10|0|0