int a 35; int b 13; : int c = 11; if (a % b > c) if (a + -2 * b< c) System.out.println("totally"); System.out.println("a
Posted: Thu Jun 02, 2022 7:55 am
int a 35; int b 13; : int c = 11; if (a % b > c) if (a + -2 * b< c) System.out.println("totally"); System.out.println("awesome"); What is the output of the program? A. totally B. awesome C. totally awesome