+ 3
Myclass java programm is not running even if I type it as it is
6 odpowiedzi
+ 10
1 more thing , if u r printing only 1 line ... then U can replace "println" with "print" only
+ 3
Show the code please. Then we can help you.
+ 3
Class Hello{
public static void main(string[ ] args){
System.out.println("HelloWorld");
}
}
+ 3
class instead of Class.
String instead of string.
Correct these. Java is case-sensitive.
+ 1
ok i will try
+ 1
tq it works