Please help me in creating any of the games or applications below using java. Both the list of the games and applications and the requirements that the program must have are below

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Please help me in creating any of the games or applications below using java. Both the list of the games and applications and the requirements that the program must have are below
A trivia or educational game such as math, history, geography, environmental test simulator.
ATM bank machine simulation - keeps a customer balance, allows deposit and withdrawal, saves
customer records (name, phone, address, account number, account balance, etc.) into a file.
Fast-food drive-through order system (lists of food, prices stored in a text file, list of foods,
prices, quantities and sub-total constantly displayed, new screen after each choice, user can
change the order, final bill including taxes and tip is presented, another user can use the system.)
A school report card database program (maintains reads and stores student name, number,
courses taken, midterm and final marks, teacher comments, final average with credits earned)
A game of chance or cards (21, hearts, craps)
Games such as Monopoly, Scrabble, Tic-Tac-Toe, Connect 4 or Concentration.
A Movie reservation system (lists of movies and times in theatre complex, prices and capacity of
each theatre stored in a text file. Prices, quantities and sub-total constantly displayed, new
screen after each choice, user can change the reservation, final bill with movies chosen including
taxes is presented, and another user can use the system.)
A Library database (Author, Book name, topic, ISBN, Call Number, status in or out, number of
copies, etc. reads from file and updates same file)
A Battleship game / Space Invaders / Tank game (projectiles etc.)
A Gas Pump System (gas sales, number of litres, car wash, variety store items, credit card
information, subtotal, total with taxes, store all transactions in text file, new screen after each
choice, etc.)
Transcribed Image Text:A trivia or educational game such as math, history, geography, environmental test simulator. ATM bank machine simulation - keeps a customer balance, allows deposit and withdrawal, saves customer records (name, phone, address, account number, account balance, etc.) into a file. Fast-food drive-through order system (lists of food, prices stored in a text file, list of foods, prices, quantities and sub-total constantly displayed, new screen after each choice, user can change the order, final bill including taxes and tip is presented, another user can use the system.) A school report card database program (maintains reads and stores student name, number, courses taken, midterm and final marks, teacher comments, final average with credits earned) A game of chance or cards (21, hearts, craps) Games such as Monopoly, Scrabble, Tic-Tac-Toe, Connect 4 or Concentration. A Movie reservation system (lists of movies and times in theatre complex, prices and capacity of each theatre stored in a text file. Prices, quantities and sub-total constantly displayed, new screen after each choice, user can change the reservation, final bill with movies chosen including taxes is presented, and another user can use the system.) A Library database (Author, Book name, topic, ISBN, Call Number, status in or out, number of copies, etc. reads from file and updates same file) A Battleship game / Space Invaders / Tank game (projectiles etc.) A Gas Pump System (gas sales, number of litres, car wash, variety store items, credit card information, subtotal, total with taxes, store all transactions in text file, new screen after each choice, etc.)
Requirements:
Your program must be done in Java;
Your program must contain programmer comments
explaining all aspects of the code;
You must use proper programming style/format (indenting,
spacing, proper variable names, etc.);
The program must contain at least one searching algorithm;
The program must contain at least one sorting algorithm;
The program must use at least one array;
The program must use built-in methods as well as methods
(function and procedure type) created by you;
Your program must access (read and write) a sequential file;
The program must be efficient (don't write ten lines of code
that can be written in two);
Transcribed Image Text:Requirements: Your program must be done in Java; Your program must contain programmer comments explaining all aspects of the code; You must use proper programming style/format (indenting, spacing, proper variable names, etc.); The program must contain at least one searching algorithm; The program must contain at least one sorting algorithm; The program must use at least one array; The program must use built-in methods as well as methods (function and procedure type) created by you; Your program must access (read and write) a sequential file; The program must be efficient (don't write ten lines of code that can be written in two);
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Block Comments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education