本题要求编写程序,输出一个短句“Welcome to You!”。
输入格式:
本题目没有输入。
输出格式:
在一行中输出短句“Welcome to You!”。
public class Main {
public static void main(String[] args){
System.out.println("Welcome to You!");
}
}
本题要求编写程序,输出一个短句“Welcome to You!”。
本题目没有输入。
在一行中输出短句“Welcome to You!”。
public class Main {
public static void main(String[] args){
System.out.println("Welcome to You!");
}
}