I’m a programmer and I cannot think of any reason to use a float to tabulate values that should always be integers. I could see you having to convert the integer to a float to divide by to total to get your total percentage, but you would always leave the original value as an integer to maintain value integrity.
I’m a programmer and I cannot think of any reason to use a float to tabulate values that should always be integers. I could see you having to convert the integer to a float to divide by to total to get your total percentage, but you would always leave the original value as an integer to maintain value integrity.