0
/ 10
What is wrong with this code?
String x; if (x.length() > 0) System.out.println("Hello "+x);
What is wrong with this code?
String x;
if (x.length() > 0)
System.out.println("Hello "+x);
Your feedback will appear here when you check your answer.