Question
NEEDS TO BE IN JAVA 1.4.2!!!!! Please help me to write program year in Java: A program for counting people who are going to travel
NEEDS TO BE IN JAVA 1.4.2!!!!! Please help me to write program year in Java:
A program for counting people who are going to travel by bus to country X from different European countries.
You must write the date of travel, name, age, whether you have any health problems, the country you are coming from. The program should also read the txt file( that you need to create with only pasport number), where the passport number will be indicated.
The program should form the data into a 6-column table in another file called LIST:
Date, Name, Age, Pasport, Counry, Health problem,
which will contain information about people
SORTED by departure date.
NEED to use methods, variables and the programm SHOULD ASK whether you want to stop and show the table
Your program should include:
Complete functionality taught throughout the class, :
User Input
Usage of Variables Loops and Conditional Statements
Reading and Writing to a File
Using Arrays.
Using a Menu
Using Methods
Searches and Sorts
Do not use the ArrayList class, Array class, Comparator class, or any Object Oriented Programming
IT HAVE TO WORK AT ECLIPSE
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started