So… I have a working solution for the Exact Change Challenge.
My solution gives the right answer but FCC dosnt seem to accept it for some of the checkpoints.
Im gonna link the repl.it link instead… https://repl.it/CeVb/17
Heres the challenge link… https://www.freecodecamp.com/challenges/exact-change
Just ctrl+a > copy > past everything into the challenge.
EDIT:: I’ve narrowed down the problem to my cents not having a hundreds place.
Gonna try to fix that problem but so far have not found out how.