You will create a standalone program that performs the tasks below. Start by solving task one and complete that task before starting task 2. Your program should read the files mentioned from the "current working directory". All files are in text format with "\ n" at the end of the line. If you wish, you can use pipes and redirects to solve the file reading and printing instead of std :: ifstream and std :: ofstream. Comment on it in the code along with examples of how the program is used. The file names.txt contains names and social security numbers in the following form. The file contains several people. 1.First name Last name 2.YYMMDDNNNN 3.streetname streetnumber, postcode Florida. 4.First name Last name 5.YYMMDDNNNN 6.streetname streetnumber, postcode New york. Your task is to convert the input data into the form: Surname, First name Address line (st no, pin, city) The output should indicate whether the person is a man or a woman. For example, for a man it may say: Last name, First name [M] Address line (st no, pin, city)

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Introduction:
It is often necessary to reformat data in files. Sometimes it is done for readability, sometimes it is done to fit as input to different programs.

Purpose:
The purpose of the task is to provide proficiency in simple text management and file management.
The task is the basis for file management.

Reading instructions:
You should be done with all the steps up to and including file management.

Implementation:

You will create a standalone program that performs the tasks below. Start by solving task one and complete that task before starting task 2.

Your program should read the files mentioned from the "current working directory".
All files are in text format with "\ n" at the end of the line. If you wish, you can use pipes and redirects to solve the file reading and printing instead of std :: ifstream and std :: ofstream.
Comment on it in the code along with examples of how the program is used.

The file names.txt contains names and social security numbers in the following form. The file contains several people.
1.First name Last name
2.YYMMDDNNNN
3.streetname streetnumber, postcode Florida.
4.First name Last name
5.YYMMDDNNNN
6.streetname streetnumber, postcode New york.

Your task is to convert the input data into the form:

Surname, First name
Address line (st no, pin, city)


The output should indicate whether the person is a man or a woman. For example, for a man it may say:
Last name, First name [M]
Address line (st no, pin, city)

Algorithms
The algorithm for determining whether a person is male or female.
One thing is that you can not see it in the name. Part of the problem is to figure out how to determine if a person is male or female.

## YYMMDDNNNN: All those registered in the country are given a personal identity number as identification.

The personal identity number gives the date of birth of the
person, a birth number, and a check digit. The only information that can be read from a personal identity number
are date of birth and sex. The sex is shown by the second
last number in the personal identity number, which is odd
for men and even for women. More information about personal identity numbers is available in the brochure “Persnummer” (Personal Identity Numbers)
Ex: 9910230493 (Male because 9 is an odd number is assigned to males)

EX: 9910230467 (Female because 6 is an even number to females)

Expert Solution
steps

Step by step

Solved in 4 steps with 5 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY