018. Give the output for the following code
(1) Assuming the value of x is 10 and 15.
if (x == 10)
System.out.println( "true");
else
System.out.println("false");
Answers
Answered by
1
Explanation:
Sorry my computer was weak and I really love you
Similar questions