scribble how a machine change for small notes
input = 1050
a = input //100
b = a x 100
c = b //50
d = c x50
e = d //20
f = e x 20
g = f //10
h = g x10
i = h /1
input = 1050
a = input //100
b = a x 100
c = b //50
d = c x50
e = d //20
f = e x 20
g = f //10
h = g x10
i = h /1