0 LIKES LikeUnLike
Here is a little snippet of my codedispensers is of data type structstruct dispensers{ int dispenser; int cost; int quantity; string product;};dispensers initialSetup[5]; for (k=0; k<5; k++) { initialSetup[k] = 0; }What am I doing wrong?
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 4 answers.