I can’t print a line to console with Java
I tried to use Console.WriteLine but Java is not C# 🙁
Please, help me because I’m a beginner and don’t know how to code, but I want to get an offer from FAANG and have a lot of money. Please, please, please
Oleksandr Tkachenko is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Try System.out.println(“Hello, World!”);
Влад is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
public static void main(String[] args){
System.out.println();
}
fading is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.