Indicate the error in this statement: float total_cost 0.00
A.Variables can not be initialized in the declaration statement.
B. It is only missing a ;.
C. It is missing a ; and and = between total_cost and 0.00.
D. Float should be capitalized.
C. It is missing a ; and and = between total_cost and 0.00.
Computer Science & Information Technology
You might also like to view...
The Print page has the tool to display a preview of a presentation exactly as it will print
Indicate whether the statement is true or false
Computer Science & Information Technology
When objects contain pointers, it is a good idea to create an explicit __________ function.
a. destructor b. copy constructor c. static constructor d. inline constructor e. None of these
Computer Science & Information Technology