Page 1 of 1

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
by answerhappygod
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 1
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 1 (18.61 KiB) Viewed 14 times
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