Lines Matching refs:answer
836 int answer = 10;837 for (int i = 1; i < exponent; i++) answer *= 10;838 return answer;