Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a java code not python plz asap Imagino you aro working in a bank, Your bank manager assigned you a new task. This task

Write a java code not python plz asap
image text in transcribed

Imagino you aro working in a bank, Your bank manager assigned you a new task. This task is about deating an application to calculate 80 percent of each customeds last 3 months' average deposit. You have to calculato it individually for each customer. Also, they want to archive the data so you have to write the data on a '.txt' filo. Your program will take tho customer's name, surname. account ID. and deposits they made for the iast 3 months. All nolds aro roquirod. Croato a customer class. It should havo fields for name. surname. account ID. deposit for the first month, deposit for tho second month, deposit for the third month, and 80% of the average deposit. Create an instance method for calculation. The formula to calculate required data = (80% of the first month) + (80% of o socond month) (80% of tho third month). The remaining functionalities of the Class are up to you. You can create the class the way you want it. After submitting your data show a message dialog and clear the form. Override the toString method and use it to write into the .txt' file. Customer Information ccount IL): arne and Surname: eposit for first month: eposit for second month: eposit for third month: Submit Clear

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