📄 billingdialog.java
字号:
public class BillingDialog
{
public static void main(String[] args)
{
System.out.println("Welcome to the law offices of");
System.out.println("Dewey, Cheatham, and Howe.");
Bill yourBill = new Bill( );
yourBill.inputTimeWorked( );
yourBill.updateFee( );
yourBill.outputBill( );
System.out.println("We have placed a lien on your house.");
System.out.println("It has been our pleasure to serve you.");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -