K
Ken
Here's my code:
Dim intProduct as Integer
intProduct = (69 * 0.0254)
The correct answer is 1.7526. However, intProduct = 2. What do I need to
do to get the correct answer? Thanks.
Dim intProduct as Integer
intProduct = (69 * 0.0254)
The correct answer is 1.7526. However, intProduct = 2. What do I need to
do to get the correct answer? Thanks.