Problem:
Question 1- Write a C++ program for creating a class that reveals points on a 3-D graph. The class will need to have x, y, and z coordinates.
Question 2- Write a C++ program for creating a class that has two ratios with two integers. Also the class will need to show a way in simplifying the ratio.
Show the code, demonstrate it works properly and describe what it is doing.