Computer Science, asked by DANGERGAMING, 6 months ago

Write a program to INPUT the principle value. Calculate the simple interest for 5 years according to the condition if the principle is greater than or equal 10,000 then take rate percent as 10% else take rate percent as 6%. Display the result with appropriate messages. FORMULA FOR Simple Interest = Principle X Rate X Time / 100

Pls pls NO IRREVERENT ANSWER​

Answers

Answered by JagadishlalSahoo
1

Answer:

Now, use printf() to display the message: "Enter Principle Amount, Rate %% per Annum and Time" . Then the scanf() method is used which will take ...

Explanation:

Write a program to INPUT the principle value. Calculate the simple interest for 5 years according to the condition if the principle is greater than or equal 10,000 then take rate percent as 10% else take rate percent as 6%. Display the result with appropriate messages. FORMULA FOR Simple Interest = Principle X Rate X Time / 100

Similar questions