1027luke / thisisjava

thisisjava
0 stars 0 forks source link

Loan #12

Open maxpaper86 opened 5 years ago

maxpaper86 commented 5 years ago
        double c=Double.parseDouble(interestRate);

        while (a>0){//현재 루프가 왜 안도는 중인지 찾는중입니다
            System.out.println(a);
            a=FindNumbers.getNumbers(a, b, c);

            time+=1;
        }
maxpaper86 commented 5 years ago

아무리 시간이 지니도 못갚을 경우 메세지 출력 후 강제 종료하도록 구현