Skip to content

PunuruMeghnaReddy/jbbmo-Introduction-to-Git-and-GitHub

 
 

Repository files navigation

<<<<<<< HEAD

Final Project - Simple Interest Calculator

jbbmo-Introduction-to-Git-and-GitHub

This repository is for learning Git and GitHub.

This repo is created as part of the hands-on labs for the GitHub & Git CLI final project.

This is a sample edit for bug-fix-typo branch

Contents

  • simple-interest.sh: A she script that calculates simple interest.
  • LICENSE: Apache 2.0 License file.
  • README.md: Project documentation.
  • CODE_OF_CONDUCT.md: Contributor Code of Conduct.
  • CONTRIBUTING.md: Guidelines for the contributions. This line was added to fix a typoerror as part of the GitHubs project task.

Update

Fixed a small typo as part of the GitHub exercise.

How to Run the Script

bash simple-interest.sh
=======
# 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 = ptr


_© 2022 XYZ, Inc._
>>>>>>> 83026bb2b9688feea1dea289ca22efd7209440dd

About

Introduction to Git and GitHub

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.5%
  • Python 44.5%