The document is a Java code that calculates the number of banknotes needed for a given amount of money. It takes the amount of money as input, divides it by different denominations (100,000, 50,000, 20,000, 10,000, 5,000), calculates the number of banknotes for each denomination and prints the results.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
28 views2 pages
Code Menghitung Pecahan Uang
The document is a Java code that calculates the number of banknotes needed for a given amount of money. It takes the amount of money as input, divides it by different denominations (100,000, 50,000, 20,000, 10,000, 5,000), calculates the number of banknotes for each denomination and prints the results.