Write a Java program that will allow a user to calculate interest on a Bank loan. The program should
i.Display Bank’s name and loan types available (at least 3).
ii.Accept user’s choice of loan
iii.Ask for user’s account number and verify.
iv.Display Account name associated with account number to confirm
v.Display interest rate for user’s selected choice.
vi.Ask user to input loan amount, amount of down payment (if any) and number of years to repay.
vii.The program now must display the user’s details with corresponding amount to pay according to the user’s preferences and loan percentage with the Bank name on top.
NB: Use appropriate OOP and techniques.

jwenting commented: lazy homework kiddo -3

Recommended Answers

All 2 Replies

no. do your own homework.

You just copy/pasted your assignment without even a moment taken to explain what help you need. That's highly disrepestectful to the many people who give their time to help others here.

There are lots of people here who will freely give their time to help you become the best Java programmer you can be. There's nobody here who is interested in helping you cheat or doing your homework for you.

DaniWeb Member Rules (which you agreed to when you signed up) include:
"Do provide evidence of having done some work yourself if posting questions from school or work assignments"
http://www.daniweb.com/community/rules

Post what you have done so far and someone will help you from there.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.