public class MainClass{ public static void main(String[] argv){ } public int foo () { float f = 32.5f; return (int) f; } }