Ok so currently I am building an ATM in C# console and I'm at the part where i need it to dispense money, I can only use $20 and $50 notes This is what i got and need your help with Code: --------- using System; using System.Collections.Generic; using System.Linq;.