+ 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
3 Respostas
+ 1
Public class program
{
public static void main (String []agrs){
String name;
name = "jake";
}
}
And after that they give me NO OUTPUT
+ 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?");
0
Hi! Please, show your code here