0
What's the function of this statement cout<<fixed<<showpoint<<setprecision(2); and where do I use it?
2 odpowiedzi
0
Mbongeni Mabaso Read About setprecision :
https://www.tutorialspoint.com/cpp_standard_library/cpp_setprecisiond.htm
Example code:
https://code.sololearn.com/cq5BWPlWwMs2/?ref=app
0
Thanks