From c19898c2c5e8c49cf68fb180f962711301f00aa7 Mon Sep 17 00:00:00 2001 From: Eric Douglas Date: Sat, 20 Jun 2015 19:10:13 -0300 Subject: [PATCH] Intro to CS - problem set 01.01 - add info problem set 01.01 --- .../src/01-01-problem-set.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/computer-science/01-introduction-to-cs-and-programming-mit/src/01-01-problem-set.js b/computer-science/01-introduction-to-cs-and-programming-mit/src/01-01-problem-set.js index 2827f9d..c78e00a 100644 --- a/computer-science/01-introduction-to-cs-and-programming-mit/src/01-01-problem-set.js +++ b/computer-science/01-introduction-to-cs-and-programming-mit/src/01-01-problem-set.js @@ -1,5 +1,8 @@ /* * +* Author: Eric Douglas +* Finished: 20/06/2015 +* * Write a program to calculate the credit card balance after one year * if a person only pays the minimum monthly payment required by the credit * card company each month.