Question: 1.Give a class definition for a class that will contain an int and a double. Your class must include access (get) methods for the two

1.Give a class definition for a class that will contain an int and a double. Your class must include access (get) methods for the two instance variables, a default constructor, a complete constructor, and a routine to print the two instance variables to cout. 2.Give the code to dynamically create a 100 element array in C++. Show how the item would be deleted once you finished working with it 3.Given the following class provide an overloaded output operator for the class (both declaration and implementation) #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
