How will the space come in this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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); } }

15th Oct 2021, 9:54 PM
Sonam Kumari
Sonam Kumari - avatar
1 Answer
0
Jay Matthews thanks🙏
15th Oct 2021, 10:02 PM
Sonam Kumari
Sonam Kumari - avatar