Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

**JAVA BANK ACCOUNT*** PLEASE HELP WILL RATE WELL (EASY) The classes have been specified for you and are shown in the UML below: PLEASE AT

**JAVA BANK ACCOUNT*** PLEASE HELP WILL RATE WELL (EASY)

The classes have been specified for you and are shown in the UML below:

image text in transcribed

PLEASE AT LEAST HELP ME TO GET TO THE POINT WHERE ALL THE CLASSES AND INTERFACES ARE CREATED AND THEIR METHODS AND PROPERTIES, YOU DON'T NEED TO DO WHAT THE METHODS DO I JUST NEED HELP TO GET TO HERE.

IF YOU WOULD LIKE TO CONTINUE TO HELP:

PROGRAM DESIGN:

Each user will have 2 accounts- 1 savings and 1 checkings created for them.

the input file will be formatted as follows:

Fullname, checkings(int), savings(int)

NameOfPersonPaying, NameOfPersonRecieving, Ammount(int)

FullName-Account, FullName-Account, Ammount(int) this is used when a person is transferring between their checkings to savings

- Savings Account:

it needs to have a minimum balance of $50

Money can only be transferred to checking account

Transfers to savings only from checkings

- Checking Account

it does not have a min, can transfer anyone

- unique 8-digit account number

number cannot start with 0

long num = (Long) (1000*math.random());

- account balance can be negative

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

Database Principles Programming And Performance

Authors: Patrick O'Neil

1st Edition

1558603921, 978-1558603929

More Books

Students also viewed these Databases questions

Question

What is the basis for Security Concerns in Cloud Computing?

Answered: 1 week ago

Question

Describe the three main Cloud Computing Environments.

Answered: 1 week ago