Question: Write the code in the underlined blank space in order to print out 'x == y'. String x = new String(computer); String y = new
Write the code in the underlined blank space in order to print out 'x == y'.
| String x = new String("computer"); String y = new String("computer"); if ( _________ ) System.out.println("x == y"); else System.out.println("x != y"); |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
