package com.lovo.bean;
public class TestMain {
public static void main(String[] args) {
// TODO Auto-generated method stub
ATMMachine machine = new ATMMachine();
machine.run();
// System.out.println((int)(Math.random() * 10));
}
}
package com.lovo.bean;
public class TestMain {
public static void main(String[] args) {
// TODO Auto-generated method stub
ATMMachine machine = new ATMMachine();
machine.run();
// System.out.println((int)(Math.random() * 10));
}
}
转载于:https://www.cnblogs.com/zzj951103/p/5517175.html