+ 1
can i write string first name,last name; first name=chidi; last name= ikwueze; System.out.println("my name is" + "first name" +
"last name");
4 Réponses
+ 7
do it like this
https://code.sololearn.com/cxG49olV0zm4/?ref=app
+ 7
put +" "+ on the middle
+ 1
thanks
+ 1
how will you separate first name from last name