Closed Daniel-Martinez closed 10 years ago
Create a method to status the amount of ammunition that the missile launcher has left to fire.
Created a method to display current status of missile launcher including ammo remaining.
case "status": Console.WriteLine("Launcher: " + Poseidon.name + "\n"); Console.WriteLine("\tMissiles: " + Poseidon.getMissles() + " of 4 remain"); break;
This requirement has been completed.
Create a method to status the amount of ammunition that the missile launcher has left to fire.
Created a method to display current status of missile launcher including ammo remaining.