Construct a solution algorithm for the following programming problems. Your solution should contain:
• a defining diagram
• a list of control structures required
• a pseudocode algorithm
• a desk check of the algorithm.
A file of student records contains name, sex (M or F), age (in years) and marital status (single or married) for each student. Design an algorithm that will read through the file and calculate the numbers of married men, single men, married women and single women. Print these numbers on a student summary report. If any single men are over 30 years of age, print their names and ages on a separate eligible bachelors report.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.