3. . What is the result of attempting to compile and run the program? public class Question3 { public static void main (
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
3. . What is the result of attempting to compile and run the program? public class Question3 { public static void main (
compiler.
And give the explanation for each output.
3. . What is the result of attempting to compile and run the program? public class Question3 { public static void main (String args[]) { System.out.print(Short.MIN_VALUE=","); System.out.print(Short.MAX_VALUE); }} Coding (from compiler): Output (from compiler): Explanation: (5 marks)