I am creating a concrete yard calculator and need the results to show the decimal places. What type of variable should I declare and if it is an integer what do I have to do to the textbox for it to show the first 2 decimal places without it rounding. It is rounding up or down right now from .50.

-NUStudent-