今天学习编写JAVA程序,编写一条世界你好的小程序
public class Helloworld {
public static void main(String[] args) {
//单行注释
//输出一个Hello,world!
//有趣的代码注释
System.out.println("Hello,world!");
}
}
好成绩!

今天学习编写JAVA程序,编写一条世界你好的小程序
public class Helloworld {
public static void main(String[] args) {
//单行注释
//输出一个Hello,world!
//有趣的代码注释
System.out.println("Hello,world!");
}
}
好成绩!