Skip to content

0xGamePlan/CoinCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This is a basic coin counter using Java.

It first divides the total amount of cents by the coin value to see how many there is and then uses modulo to keep the remainder.

This logic is used inside a foreach loop until the total cents amount equals zero.

About

This is a basic coin counter algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages