Skip to content

Commit

Permalink
Merge pull request jainaman224#102 from AnkitaKhurana/Ankita2
Browse files Browse the repository at this point in the history
New file
  • Loading branch information
AnkitaKhurana authored Jul 19, 2016
2 parents 3ea59d4 + 6dfd588 commit 351f056
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ function money (arr , size ) {
var arr = [1, 5, 8, 9, 10, 17, 17, 20];
var size = arr.length;

console.log("MAximum Cost : " + money(arr, size));
console.log("Maximum Cost : " + money(arr, size));
//Output Maximum Cost :22

0 comments on commit 351f056

Please sign in to comment.