debug
Submit solution
Points:
10 (partial)
Time limit:
1.0s
Memory limit:
64M
Authors:
Problem type
Allowed languages
Java 19, Java 8
題目說明
請修改題目提供的程式碼,讓程式的輸出結果與題目要求的文本完全相符。
程式碼
public class main {
public static void main(String[] args) {
// TODO Auto-generated method stub
Systen.in.printlf("Hello World!")
Systen.out.print("This is my first program."I am learning programming.";
}
}
輸出
Hello World!This is my first program.
I am learning programming.
Comments