Computer Science, asked by pbguardian07, 1 month ago

Write a program to take as input a sum of money.

If the amount of money is less than equal to 1000, calculate and display interest at the the rate of 10%.

If the amount of money is greater than 1000 but less than equal to 10,000, calculate and display interest at the the rate of 20%.

If the amount of money is greater than 10,000 but less than equal to 50,000, calculate and display interest at the the rate of 30%.

If the amount of money is greater than 50,000 but less than equal to 1,00,000, calculate and display interest at the the rate of 40%.

Answers

Answered by Snehakushawaha
0

Answer:

I don't know about this question

Similar questions