Question: What is the output? String v = new String(Why Not Me?); v += (char) ('0' + v.length()); System.out.printf(%s, v);
What is the output?
String v = new String("Why Not Me?"); v += (char) ('0' + v.length()); System.out.printf(%s, v);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
