Output the Corresponding Text
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
}
}
輸出
Welcome to the library.
I can help you find books.
Goodbye, see you next time!
Comments