Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. void Warehouse::showItemRec(int itemCode) const
  2. {
  3. int index = 0;
  4. if (itemCode == items[index].itemCode)
  5. {
  6. cout << "Item was not found";
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement