nickyc, had to do some other tweaking but I think i get your idea. i think my issue is that I'm expecting PurchaseQuantity() to return an int value once i execute it (but only once) and not ask for...
Type: Posts; User: gabe
nickyc, had to do some other tweaking but I think i get your idea. i think my issue is that I'm expecting PurchaseQuantity() to return an int value once i execute it (but only once) and not ask for...
I'm having trouble trying to return a value in a method I have created. Here is the code, class Cupcake. In my PurchaseQuantity() method, I'm supposed to prompt a user for the number of donuts they...