From d5e7f7d227f1cf6de8b29717d2d15ce35329e8e7 Mon Sep 17 00:00:00 2001 From: BhanuPranaviN Date: Thu, 21 Aug 2025 11:13:17 +0530 Subject: [PATCH] Update README.md --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index b103466139..76c5f8505a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,3 @@ # Introduction to Git and GitHub +This is my forked repository for the final assignment. -## Simple Interest Calculator - -A calculator that calculates simple interest given principal, annual rate of interest and time period in years. - -``` -Input: - p, principal amount - t, time period in years - r, annual rate of interest -Output - simple interest = p*t*r -``` - -_© 2022 XYZ, Inc._