Total Noob: Working With Nested Class#include <iostream> using namespace std; class Ship { public: int Health; bool F...