+ 1

Hi guys I need some one to teach the String name how I can do it true because when I finish coding they give me NO OUTPUT

16th Sep 2025, 6:10 AM
Benaradj Abdelrahman
4 Respuestas
+ 1
Public class program { public static void main (String []agrs){ String name; name = "jake"; } } And after that they give me NO OUTPUT
16th Sep 2025, 6:30 AM
Benaradj Abdelrahman
+ 1
There are no output commands in your code 🤷‍♂️ In Sololearn lessons for output you can use —> document.write() command Please, see the second lesson in JavaScript course document.write("hello"); In other way for output you can use pop-up box Alert alert("Do you really want to leave this page?");
16th Sep 2025, 7:06 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Hi! Please, show your code here
16th Sep 2025, 6:16 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Read the lesson again. Pay attention to the println() method. Tag the relevant programming language, not your name. Pay attention to the spelling of keywords in your program.
16th Sep 2025, 9:23 AM
Lisa
Lisa - avatar