Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Create a java console app Customers of the business should be able to register with a username and password. Customers should be able to have

Create a java console app

Customers of the business should be able to register with a username and password. Customers should be able to have multiple accounts with the business (e.g. having two separate accounts with different credentials should be possible). Customers should be able to add a secondary user to their accounts for their service (e.g. add a child user to a movie streaming service, add another user who can purchase items using their account). Once the account is open, customers should be able to add funds, remove funds, and transfer funds between different accounts. All basic validation should be done, such as accounting for trying to input negative amounts, overdrawing from account funds, etc. Employees of the business should be able to view all of their customers' information. This includes: Account information (e.g. how many users have access to the account) Account balances (e.g. remaining funds for the account) Personal information (e.g. users' addresses, date of birth, etc.) Employees should be able to cancel accounts. There should also be special employees who are Administrators who can view and edit all accounts. This includes: Canceling accounts Modifying account balances and users' personal information

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions