I\'m building a paragraph difficulty labeler by getting the number of words, sentences and letters.... I\'m trying to divide to integers and get a float for example ((let
for example ((let
You have to cast one of the ints to a float. For example:
int
float
float L = (((float)letter_counter / word_counter) * 100);