int percent = (score/numberOfQuestions)*100; progressText.setText(score+"/"+numberOfQuestions+" "+percent+"%");
int percent = (score * 100 / numberOfQuestions);