demoofdatesecondtry.java
来自「java编程代码」· Java 代码 · 共 14 行
JAVA
14 行
public class DemoOfDateSecondTry
{
public static void main(String[] args)
{
DateSecondTry date = new DateSecondTry( );
date.readInput( );
int dayNumber = date.getDay( );
System.out.println("That is the " + dayNumber
+ "th day of the month.");
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?