- 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 13 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("a
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 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("a
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