From 2e29d4d4b492ce95a87e4ceb7d598fa1195d9bfd Mon Sep 17 00:00:00 2001 From: FOUR Date: Sat, 15 Feb 2025 11:30:03 -0500 Subject: [PATCH] Renamed README.md to bug-fix-typo --- bug-fix-typo | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bug-fix-typo diff --git a/bug-fix-typo b/bug-fix-typo new file mode 100644 index 0000000000..b103466139 --- /dev/null +++ b/bug-fix-typo @@ -0,0 +1,16 @@ +# Introduction to Git and GitHub + +## 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._