C++
Lab 23: Zombie Weapon
Write a Weapon class for the zombie project. Use both a header and source file. Ensure the Weapon class has both a constructor and a display function. Create a test program that:
1. creates several weapons,
2. pushes them onto a vector, and then
3. iterates through the vector, displaying each weapon.