please help me out with my vb.net homework

kidmopar66

New member
Joined
Feb 6, 2005
Messages
1
Programming Experience
Beginner
ok i have to write a program that works like a cash register. i have to put a total in and a subtotal, show how much change to give and what type and number of bills and coins to give back to the customer. this is a hw assignment and i cant figure out how to do it right. any help would be greatly appreciated. my teacher is a new teacher and hes really not good at teaching this class and im totally lost. thanks in advance.
 
well you should probably start with some labels, buttons, and textbox's then have it check to see what amount was entered vs the amount owed, then have it break it down into the bills and coins. it's all math really, oh and the Decimal variable will be your friend for that.

also we cant do the assignment for you as that defeats the purpose of learning it on your own, but we can help you on the logic for the bills & coins
 
Back
Top