/*** no "main" method found * COMP 520 * Identification */ class fail20 { public int foo(int x) { return x; } }