Design a java application that will read a file containing


This assignment demonstrates your understanding of the concepts from the CMIS 141 class. This homework consists of 1 programming assignment worth 25 points.

Before attempting this project, be sure you have completed all of the reading assignments, hands-on labs, discussions, and assignments to date.

1. Design a Java application that will read a file containing data related to the passengers on the Titanic. The description of the file is shown below. The application should provide statistical results on the passengers including:

a. Total number of passengers on the Titanic

b. Total number of passengers who perished on the Titanic

c. Total number of Passengers who survived the sinking of the Titanic

d. Number of passengers who survived the sinking of the Titanic as a function of the passenger class (e.g. 1,2,3)

e. Number of passengers who survived the sinking of the Titanic as a function of the passenger gender (e.g., male, female)

f. A list of the names of passengers who paid greater than $200 for their tickets g. A list of the names of passengers who were less than 10 years old who survived the sinking of the Titanic

h. A list of the names of passengers who were less than 10 years old who perished on the Titanic

i. The count of the number of passengers as a function of the first letter of their last name. (e.g., A: 13, B:33 ...)

j. Additional statistical results you add to enhance the functionality

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Design a java application that will read a file containing
Reference No:- TGS01008597

Expected delivery within 24 Hours