Lines Matching refs:answer
892 int answer = 10;893 for (int i = 1; i < exponent; i++) answer *= 10;894 return answer;