728x90 320x100 SMALL [JAVA] 은행 입출금 만들기( ATM) import java.util.Scanner; public class E7 { public static void main(String[] args) { // TODO Auto-generated method stub boolean run =true; int balance=0; Scanner sc = new Scanner(System.in); while(run) { System.out.println("─────────────────────────"); System.out.println("1.에금 |2.출금 |3.잔고|4.종료"); System.out.println("─────────────────────────"); System.out.println("선택> "); int menu=sc.nextInt(); .. 2022. 12. 29. 이전 1 다음 728x90 반응형 BIG