// a powerfull manipulative library for customized input/output
#include <iomanip> //input/output manipulatioin
float float_point = 2.000000;
cout<<fixed<<setprecision(2)<<float_point; //2.00
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
This shouldn't be tagged with
#c
,#javascript
, or#python
.ok