float y= 0.5; cout<<y; //will give output 0.5 //i want output as 0.50 //what to do?
↧
float y= 0.5; cout<<y; //will give output 0.5 //i want output as 0.50 //what to do?