I am trying to divide two integer and get a decimal number I am keep getting 0 result when I divide 10/29 I would like to get 0.34
my code is :
private int totalCount_Games;
private int totalCount_Hints_Statistics;
double avgHints;
avgHints=totalCount_Hints_Statistics/totalCount_Games;