Write flow charts for each of the following questions. b. We want to be able to enter the ages of two people and have the computer calculate their average age and display the answer. c. Show how you would read the status of 100 students and then print the total number of students who are married, the total number of students who are single, the total number of students who are widowed, and the total number of students who are divorced. d. Write a flowchart that reads 10 integers and prints the first and the last on one line, the second and the ninth on the next line, the third and the seventh on the next line, and so forth. Sample input and the results are shown below. Please enter 10 numbers: 10 31 2 73 24 65 6 87 18 9 Your numbers are: 10 9 31 18 2 87 73 6 24 65