Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

java code please Q1 (8 Marks): CLO1, CLO2 A telecomunication company wants to have a program that computes the amount of money that the client

java code please image text in transcribed
Q1 (8 Marks): CLO1, CLO2 A telecomunication company wants to have a program that computes the amount of money that the client has to pay per month for selling Mobile by monthly installments. The program has to ask the user to identify the client name, the original price of the car, the interest rate as a percentage and the number of months. The program has to get the first letter of the client the name, change it to the uppercase, and then prints it. The program also prints the interest amount, mobile new price (with interest amount), and the monthly payment amount 1 Interest Amount = (interest rate / 100) * (number of months / 12) * original price Payment Per Month = New Price / number of months Sample Input/Output: Enter Client Name: ahmed Enter the mobile original price: 1500 Enter the interest rate (%): 15.5 Enter the number of months: 16 A Interset Amount: 310.0 AED Mobile new price is: 1810.0 AED Payment per month for the 16 months: 113.125 AED

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

Probabilistic Databases

Authors: Dan Suciu, Dan Olteanu, Christopher Re, Christoph Koch

1st Edition

3031007514, 978-3031007514

More Books

Students also viewed these Databases questions

Question

13-6 How will MIS help my career?

Answered: 1 week ago