Skip to content

SudarshanDevadiga/Simple-Interest-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple Interest Calculator

This is a simple C++ program to calculate the simple interest based on the principal amount, rate of interest, and time period provided by the user.

How it works

  1. The program prompts the user to enter the principal amount.
  2. The program prompts the user to enter the rate of interest.
  3. The program prompts the user to enter the time period (in years).
  4. The program calculates the simple interest using the formula: [ \text{Simple Interest} = \frac{\text{Principal} \times \text{Rate} \times \text{Time}}{100} ]
  5. The program outputs the calculated simple interest.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages