R
Q. What will be the output of the following Java code? class Output { public static void main(String args[]) { double x = 3.14; int y = (int) Math.abs(x); System.out.print(y); } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. The command-line arguments in Java are used along with a ____ command.
Q. What are the parts of a SWITCH in java?
Q. What is is the output of the Java program?
Q. Which of the following does not compile?
Q. What is the output of a Bitwise AND (&) operation if one of the inputs/operands is 0?
Discusssion
Login to discuss.