The primitives you are using cannot be used for floating point math. You should use a float or double, for example


float Answer = IntFormSa / (float)IntFormS

Note the cast in the denomenator