The Wayback Machine - https://web.archive.org/web/20201103184652/https://github.com/TheAlgorithms/Java/pull/1227
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CoinChange.java #1227

Open
wants to merge 1 commit into
base: master
from
Open

Conversation

@shubhs1331
Copy link

@shubhs1331 shubhs1331 commented Feb 28, 2020

No description provided.

@@ -11,7 +11,7 @@ public static void main(String[] args) {
int amount = 12;
int[] coins = {2, 4, 5};

System.out.println("Number of combinations of getting change for " + amount + " is: " + change(coins, amount));
System.out.println("Number of combinations of getting change for : " + amount + " is: " + change(coins, amount));

This comment has been minimized.

@rahilsh

rahilsh Aug 22, 2020

use System.out.printf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.