Welcome![Sign In][Sign Up]
Location:
Downloads Documents Software Engineering
Title: bank2 Download
 Description: Directions Start by changing your working directory to SL275/mod04/exercise2 on your computer. Create the banking directory. Copy the previous Banking project files in this package directory. Modify the Account class to conditionalize the withdraw and deposit methods. Modify the deposit method to return true. (meaning all deposits are successful) Modify the withdraw method to check that the amount being withdrawn is not greater than the current balance. If amt is less than balance, then subtract the amount from the balance and return true else, leave the balance alone and return false.
 Downloaders recently: [More information of uploader ningxiaojian]
 To Search:
File list (Check if you may need any files):
 

bank2
.....\.classpath
.....\.project
.....\.settings
.....\.........\org.eclipse.jdt.core.prefs
.....\bin
.....\...\banking
.....\...\.......\Account.class
.....\...\.......\Customer.class
.....\...\TestBanking
.....\...\...........\TestBanking.class
.....\src
.....\...\banking
.....\...\.......\Account.java
.....\...\.......\Customer.java
.....\...\TestBanking
.....\...\...........\TestBanking.java
    

CodeBus www.codebus.net