Write a gui program to compute the amount of a certificate


You need to prepare a program to evaluate the amount of a certificate of deposit on maturity

Program- Write a GUI program to compute the amount of a certificate of deposit on maturity.

The sample data given:

Amount deposited: 80000.00

Years: 15

Interest rate: 7.75

Hint: to answer this problem, compute 80000.00 (1 + 7.75 / 100)15

Program should have contained 4 rows by 2 columns of GUI components.

They should be JLabels for showing information and JTextFields for accepting input data from the user. Labels on the left column should be right-aligned; the result on the right column should be left-aligned.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write a gui program to compute the amount of a certificate
Reference No:- TGS0965312

Expected delivery within 24 Hours