fn.print(First number:\s) $a = fn.int(fn.input()) fn.print(Second number:\s) $b = fn.int(fn.input()) fn.println(Result: parser.op($a + $b))