I need to take these three numbers
24.0
25.0
25.3
Add them together
Divide answer by 3
and display answer in a textbox
in this format 24.7
What I have now adds the numbers divides by 3 but displays the answer
like this 24.766666
I am doing this in code with variables to store the numbers and the answer
But I can't get the format right when it rounds off it displays all the extra numbers in the equation
Thanks
Charles
24.0
25.0
25.3
Add them together
Divide answer by 3
and display answer in a textbox
in this format 24.7
What I have now adds the numbers divides by 3 but displays the answer
like this 24.766666
I am doing this in code with variables to store the numbers and the answer
But I can't get the format right when it rounds off it displays all the extra numbers in the equation
Thanks
Charles