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.
You might also like to view...
Answer the following questions true (T) or false (F)
1. A class may not have another class type object as a member. 2. Any use of the keyword const is a promise to the compiler, and a request to the compiler to enforce the promise. What promises?
When used with objects, what is the equality ( == ) operator really comparing?
What will be an ideal response?
What integer values of x would make the following statement true?
``` (x >= 2) && (x < 6) ``` a. 2, 3, 4, 5, 6 b. 3, 4,5 c. 3, 4, 5, 6 d. 2, 3, 4, 5
Which of the following is a virtual filesystem that is made up of virtual files that a Linux operating system is able to export information to about kernel sub-systems, hardware devices, and device drivers to make it easy for users to access the information?
A. tmpfs B. sysfs C. procfs D. varfs