diff --git a/simple-interest.sh b/simple-interest.sh index 27a60fcb55..b5f39a9476 100755 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -1,10 +1,10 @@ #!/bin/bash # This script calculates simple interest given principal, annual rate of interest and time period in years. # Do not use this in production. Sample purpose only. - +#changes for final project # Author: Upkar Lidder (IBM) # Addtional Authors: -# +# vrushali mujumdar # Input: # p, principal amount