What is wrong with this code?

```
class CReceipt
{
private:
float price;
public:
CReceipt();
CReceipt( float p);
CReceipt(float p) {price = p:}
};

```

A. Nothing is wrong with this code.
B. should not have a semi-colon after last brace.
C. the constructor does not initialize private variables.
D. There are two declarations for the overloaded CReceipt() function.

D. There are two declarations for the overloaded CReceipt() function.

Computer Science & Information Technology

You might also like to view...

________ is an Excel add-used for interactive data exploration, visualization, and presentations

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The Network Engineering Technology departmental secretary is getting a new computer funded by a grant. The old computer is being moved by the PC technicians to give to the new program facilitator in another department. Which one of the following is most likely to be used before the program facilitator uses the computer?

A) BitLocker B) Disk Management tool C) Check Now tool D) Backup tool

Computer Science & Information Technology