Cookiegirl6093 Cookiegirl6093 02-05-2024 Engineering contestada What type of error is present in the underlined Java code sample below? public static void main(String[] args) { /*Add 1 + 1 and print the results int result = 1 + 1; System.out.println(result);}O LogicO ArithmeticO Runtime O Syntax