Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Help me to complete this coding using a java languages. Thank you. Scenario: develop a Java Program to assist the customer service department to provide

image text in transcribed

image text in transcribed

Help me to complete this coding using a java languages. Thank you.

Scenario: develop a Java Program to assist the customer service department to provide good quality of services You are working in the information technology department of a financial institute. You are required to to the customer. Fix deposit is one of the most commonly asked services. Therefore, you are asked to develop a calculator for fix deposit to be included in the ATM display. The available options for ATM display is Fix Deposit and Cancel. When different option is chosen, different inputs from a user are required. Figure 1.0 shows the expected outputs on the ATM display. When the option Cancel is chosen, the user will exit from the system. Fix Deposit: Annual interest (%): 3.0 Principal of saving (RM) :Z Number of years of saving (n): Total savings (RM): Figure 1.0 ATM display Based on Figure 1.0, the annual interest given by the bank is 3% and will be displayed on ATM screen. Let Pr represents the amount of money in your saving account at the end of n years in the bank account and the calculation of Pn is shown in Equation 1.0. Pn = 1.03 x (Principal)" Equation (1) For an ATM user, they are required to key the principal of saving and the number of years that they would like to deposit in order to know. Based on the given values of principal and number of years, the number of total savings will be displayed on ATM screen based on Equation 1.0. While developing the source code, you need to consider that the only user inputs allowed by using the keypad of ATM are numbers. a. Based on your creativity, design the program so that it can perform functions as follows: The options of choosing one of the functions: i. Fix deposit ii. Cancel [10 marks] b. Request for user's input for the principal of savings and number of years of saving. [5 marks] c. Based on Equation 1.0, process the user inputs with the mathematical formula correctly. [10 marks] d. Display the expected output correctly. [5 marks]

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

Professional IPhone And IPad Database Application Programming

Authors: Patrick Alessi

1st Edition

0470636173, 978-0470636176

Students also viewed these Databases questions

Question

4. What sales experience have you had?

Answered: 1 week ago