User profile: JPwaked

User info
User name:JPwaked
Name:JP
Location:Lebanon
History
Joined:
Number of posts:2
Latest posts:

Assignment need help !
[code]#ifndef ITEM_H #define ITEM_H class Item { private: int ItemID; char ItemNam...

Assignment need help !
Exercise – Item Class: Create a class Item with the following private attributes:  Item ID: sho...