Hi, I`m making a temperature program, the program takes the temperature F and prints the equivalent Celcius temperature. and VS.
The temperature is a double, but I get too many numbers after the decimal poit, like( 45.67777777...) I`d like to set it to only one or two numbers after the decimal.
How do I do that, I`ve been looking in a book, but I don`t know what the method is called.
Thanks