How to change numerical values from scientific notation to normal system (:P) in C++ if i used a float or double variable
Cuz i want decimals tthats why i used float but now its giving me the answer of my program in scientific notation ?
or is there any way to round off the decimals to the nearest three or any other value ?