📄 document1.txt
字号:
public int addTellers (int c_customer, int Teller) {
int customer;
if (customer > 0) && (customer <= 20)
Teller = 1;
if (customer > 20) && (customer <= 30)
Teller = 2;
if (customer > 30) && (customer <= 40)
Teller = 3;
if (customer > 40) && (customer <= 50)
Teller = 4;
if (customer > 50) && (customer <= 60)
Teller = 5;
if (customer > 60) && (customer <= 70)
Teller = 6;
if (customer > 70) && (customer <= 80)
Teller = 7;
if (customer > 80) && (customer <= 90)
Teller = 8;
if (customer > 90) && (customer <= 100)
Teller = 9;
if (customer > 100)
Teller = 10;
return Teller;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -