For problem below explain the following:
a table of inputs, processing & outputs
a list of control structures required,
a pseudo code algorithm, and
a desk check of the algorithm..
File of student records comprises name, gender (M or F), age (in years) and marital status (single or married) for each student. Create the algorithm which will read through file and compute numbers of married men, single men, married women and single women. Print these numbers on student summary report. If any single men are over 30 years of age, print their names and ages on separate eligible bachelors report.