0
What is the system.out.printin .of int x=2 int y=4
4 Answers
+ 1
Can you please make your question more clear? I don't understand what you're asking.
+ 1
i will suggest you try out your code snippet out on the playground before asking questions, its okay for you to ask question but atleast make a try to find a solution and then ask for help from where you stop searching for the solution that way users will be able to help you better and your question will also be specific while asking
0
For:
System.out.println(x); Output is 2
And similarly for, System.out.println(y); Output is 4
0
Found the answer thanks anyway