Answer:
A: Create the product that customers
Explanation:
I did it on edgy
It appears that they might be labeled "Hidden" in the properties of that file. Right Click on Properties and Uncheckmark Hidden<span />
B. Is used
If this is not the full statement it may be C
Answer:
The statement to this question is "cout << fraction;".
Explanation:
In the given question it is declared, that a floating-point variable "fraction" is defined, which holds some value. To print this variable value in C++ program we use the print function, which is "cout". This function also used to print messages and values, in this question the print function uses the float variable "fraction", which prints variable value.