C Program to Calculate Simple Interest

How to write a C Program to Calculate Simple Interest with an example. Before we get into the example, let me show you the formula behind the calculation: SI = (Principal Amount*Rate of Interest*Number of years) / 100 C Program to Calculate Simple Interest This program allows the user to enter the Principal Amount, Rate of Interest, … Read more