Question
Task 1. Create a class called ship that incorporates a ships number and location. Number each ship object as it is created. Use two variables
Task 1. Create a class called ship that incorporates a ships number and location. Number each ship object as it is created. Use two variables of the angle class to represent the ships latitude and longitude. A member function of the ship class should get a position from the user and store it in the object; another should report the serial number and position. Design a main() program that creates three ships, asks the user to input the position of each, and then displays each ships number and position.
Task 2. Design a solution to overload the unary increment and binary addition operator to work on two number objects
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started