A constructor is defined as Computer(int = 512, int = 2, double = 1000.00);. VWhich of the following is a legal statement that uses the constructor?
a. Computer myMachine(128);
b. Computer myMachine(1234.56);
c. Computer myMachine(256, 899.99);
d. All of the above are legal.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.