int priceInt = 1 + (14 / 3); double priceDouble = 1 + (14f / 3); decimal priceDecimal = 1 + (14m / 3);