0
How will the space come in this?
public class Program { public static void main(String[] args) { int a=10; String b="sonam"; String c=a + "" + b; System .out .print (c); } }
1 Antwort
0
Jay Matthews thanks🙏
public class Program { public static void main(String[] args) { int a=10; String b="sonam"; String c=a + "" + b; System .out .print (c); } }