public static void main(String[] args) { System.out.println(foo (10) * foo()); } public static int foo (int...

Posted Date: