Problem:
Using the WHILE..WEND loop,
Question- Write a program to ask the marital status and age of 6 people.
Use select.. case inside the loop to count and display the number of people who are "married", "Single", "Divorced", "Seperated".
Under each group, count the people in the age group of 20's, 30's, 40s, and above 50s. You can accomplish this by using nested select...case.
Describe the program to ask the marital status and age of 6 people.