Say we've defined the following method.
public static int f(int x) { IO.print(x); return x * 2; }
Back to Review for Quiz 0