Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

There are given two files: a file with information on flights and a file with information on passengers. The file with information on flights has

There are given two files: a file with information on flights and a file with information on passengers. The
file with information on flights has the format as follows:
flight_id;city_from;departure_time;arrival_time;city_to
Each flight has a unique ID. The file with information on passengers has the format as follows:
name;flights
Each passenger has a unique name. Field flights is a list of flight IDs, separated by comma.
Write a program that uses the information in these files to create file cities.txt with a list of passengers
and cities they visited. The output file will have the format as follows:
name;cities
java

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

6. Conclude with the same strength as in the introduction

Answered: 1 week ago

Question

7. Prepare an effective outline

Answered: 1 week ago