• 代码1


    package Account;

    /*姓名:高欣跃 班级:信1705-3班 学号:20173492 */

    public class Account {
    public interface java {

    }
    private int operatetype;
    private int amount;
    private int accountbalance;
    private String accountID;
    private String accountname;
    private String operatedate;
    private String accountpassword;
    public Account() {
    }
    public Account(String IDcard, String Name, String password,int accountbalance){
    this.accountID = IDcard;
    this.accountname = Name;
    this.accountpassword = password;
    this.accountbalance=accountbalance;
    }
    public void setStaticbalance(int Staticbalance) {
    this.accountbalance = Staticbalance;
    }
    public void setoperatetype(int operatetype){
    this.operatetype=operatetype;
    }
    public void setamount(int amount){
    this.amount=amount;
    }

    public void setaccountID(String accountID){
    this.accountID=accountID;
    }
    public void setaccountname(String accountname){
    this.accountname=accountname;
    }
    public void setoperatedate(String operatedate){
    this.setoperatedate(operatedate);
    }
    public void setaccountpassword(String accountpassword){
    this.accountpassword=accountpassword;
    }
    public int getoperatetype(){
    return operatetype;
    }
    public int getamount(){
    return amount;
    }
    public int getaccountbalance(){
    return accountbalance;
    }
    public String getaccountID(){
    return accountID;
    }
    public String getaccountname(){
    return accountname;
    }
    public String getoperatedate(){
    return operatedate;
    }
    public String getaccountpassword(){
    return accountpassword;
    }
    //界面

    public void cunkuan(int m, int i )
    {
    System.out.println("***************************************************************");
    System.out.println("欢迎"+i+"使用中国工商银行自助柜员系统");
    System.out.println("****************************************************************");
    System.out.println("当前账户存款操作成功。");
    System.out.println("当前账户余额为:"+m+"元");
    System.out.println("****************************************************************");
    }
    public void qukuan(int i)
    {
    System.out.println("***************************************************************");
    System.out.println("欢迎"+i+"使用中国工商银行自助柜员系统");
    System.out.println("****************************************************************");
    System.out.println("当前账户每日可以支取 2 万元。");
    System.out.println("1. 100");
    System.out.println("2. 500");
    System.out.println("3. 1000");
    System.out.println("4. 1500");
    System.out.println("5. 2000");
    System.out.println("6. 5000");
    System.out.println("7. 其他金额 ");
    System.out.println("8. 退卡 ");
    System.out.println("9. 返回");
    System.out.println("****************************************************************");

    }

    public void menu(int i)
    {
    System.out.println("***************************************************************");
    System.out.println("欢迎"+i+"(账户名称)使用中国工商银行自助柜员系统");
    System.out.println("****************************************************************");
    System.out.println("请输入存款金额;");
    System.out.println("****************************************************************");
    }

    public void zhuanzhang(int i)
    {
    System.out.println("*************************************************************** ");
    System.out.println("欢迎 "+i+"使用中国工商银行自助柜员系统 ");
    System.out.println("**************************************************************** ");
    System.out.println("请输入转账账户; ");
    System.out.println("**************************************************************** ");
    }
    public void huikuan(int i )
    {
    System.out.println("*************************************************************** ");
    System.out.println("欢迎"+i+" 使用中国工商银行自助柜员系统 ");
    System.out.println("*************************************************************** ");
    System.out.println("请输入转账金额; ");
    System.out.println("*************************************************************** ");
    }
    public void xiugaimima(int i)
    {
    System.out.println(" 欢迎"+i+" 使用中国工商银行自助柜员系统");
    System.out.println("***************************************************************");
    System.out.println(" 请输入当前密码:");
    System.out.println(" 请输入修改密码:");
    System.out.println(" 请输入确认密码:");
    System.out.println("***************************************************************");
    }

    /*public void chaxunyue()
    {
    System.out.println(" 欢迎使用中国工商银行自助柜员系统 ");
    System.out.println("***************************************************************");
    System.out.println(" 请输入存款金额");
    System.out.println("***************************************************************");
    System.out.println("***************************************************************");
    System.out.println("
    System.out.println("***************************************************************");
    System.out.println(" 当前账户存款操作成功");
    System.out.println(" 当前账户余额为:");
    }
    */
















    }

    是多疑还是去相信 谎言背后的忠心 或许是自己太执迷 命题游戏 沿着他的脚步 呼吸开始变得急促 就算看清了面目 设下埋伏 真相却居无定处 I swear I'll never be with the devil 用尽一生孤独 没有退路的路 你看不到我 眉眼焦灼却不明下落 命运的轮轴 伺机而动 来不及闪躲 沿着他的脚步 呼吸开始变得急促 就算看清了面目 设下埋伏 真相却居无定处 I swear I'll never be with the devil 用尽一生孤独 没有退路的路 你看不到我 眉眼焦灼却不明下落 命运的轮轴 伺机而动 来不及闪躲 你看不到我 眉眼焦灼却不明下落 命运的轮轴 伺机而动 来不及闪躲 黑夜和白昼 你争我夺 真相被蛊惑 心从不退缩 这天堂荒漠 留给孤独的猎手
  • 相关阅读:
    H3C BGP配置7大规模BGP网络典型配置举例1BGP团体配置
    H3C BGP配置5MBGP配置
    ISIS原理介绍1
    BGP原理介绍3
    H3C OSPF配置9快速重路由配置举例
    H3C无线配置4无线控制器静态VLANgroup实现AC间漫游典型配置举例
    BGP原理介绍1
    H3C OSPF配置10常见配置错误举例
    H3C OSPF配置3DR选择配置举例
    H3C无线配置1license管理
  • 原文地址:https://www.cnblogs.com/muailiulan/p/9696062.html
Copyright © 2020-2023  润新知