what are syntax for space between two identifier | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what are syntax for space between two identifier

class walid{ static void Mambo(String de){ //what I need is "Habari" and "de" to be separated after run the program. System.out.println=( "Habari" + de); } public static void main(String[ ] args){ Mambo("December"); Mambo("Mamushka"); Mambo("Januari"); } }

23rd Sep 2016, 12:13 PM
Walid Wibonela
Walid Wibonela - avatar
1 Answer
0
Just type a space between the marks: "Habari "
25th Sep 2016, 9:45 AM
Emma
Emma - avatar