Search posts...
class Solution { public int solution(double flo) { int answer = (int)flo; return answer; } }
silver