/* Generated by EPP 1.0beta3 (by lisp-epp1.0beta3) */ class Testnoassert { public static void main(String argv[]){ int a = 2; System.out.println((div(10, 2)) == (5)); } static int div(int x, int y){ ;; return (x) / (y); } }