Answer:
The statement is as follows:
cout <<fixed<< setprecision(3) <<sales;
Explanation:
Here, I assume that the variable has already been declared.
The syntax to use is:
cout<<fixed<<setprecision(n)<<variable-name;
In this case:
--- i.e. to 3 decimal places
And the variable name is: sales
So, when implemented, the instruction is:
cout <<fixed<< setprecision(3) <<sales;
Answer:
A. You can use in place of all face-to-face communication.
Explanation:
Hope this helps
Once the pseudocode is accepted by the team, it is rewritten using the vocabulary and syntax of a programming language. The purpose of using pseudocode is an efficient key principle of an algorithm. It is used in planning an algorithm with sketching out the structure of the program before the actual coding takes place.
Your software is not remembering your password or SSID , maybe your router also has a forget all setting
Use PEMDAS.
6 + 3(4) / 6
6 + 12 / 6
6 + 2 = 8
6 / 6 = 1
8 / 1 = 8
I hope this helped.