Question: using c++ 4. Create custom types and their variables: a. Define a struct type of memory block that can hold the dimension of rectangle; width
4. Create custom types and their variables: a. Define a struct type of memory block that can hold the dimension of rectangle; width and height, and then create a memory of the type to hold one rectangle b. Define a struct type of Point using X and y coordinates and then declare and initialize three-point variables c. Define a struct of Triangle using three point then declare and initialize one arbitrary triangle d. Define an enumeration type for Degree with possible values as either Bachelor, Master Doctor and then declare and initialize two variables of Degree type
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
