From 2ff6d66c8c33a906195a297ec15e1877e2bac716 Mon Sep 17 00:00:00 2001 From: RutuBhatt22 <102965877+RutuBhatt22@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:27:22 +0530 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b103466139..3bccdf1fdd 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,13 @@ ## Simple Interest Calculator -A calculator that calculates simple interest given principal, annual rate of interest and time period in years. +This project demonstrates the use of Git and GitHub with a simple program to calculate interest. The calculator takes user input for the principal amount, annual rate of interest, and time period in years to compute the simple interest. -``` -Input: - p, principal amount - t, time period in years - r, annual rate of interest -Output - simple interest = p*t*r -``` +### How It Works: -_© 2022 XYZ, Inc._ +### Example: +If the principal amount is $1000, the annual interest rate is 5%, and the time period is 5 years: + +--- + +_© 2025 Your Name or Organization_