Answer:
hope this helps if not srry
Answer:
Un navegador que no existe es firechicken. ja ja
A browser that does not exist is firechicken. lol
Explanation:
Un navegador que no existe es firechicken.
¡Espero que esto ayude! :)
¡Marque el más inteligente!
A browser that does not exist is firechicken.
Hope this helps! :)
Please mark brainliest!
Answer:
0,0
Explanation:
you could try to use the x-axis and y-axis to put your character in a certain place. I'm not totally sure if that is how javascript works, but for the x-axis and y-axis, the center is always(0,0).
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;