Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wave 3 Updates #66

Open
wants to merge 13 commits into
base: bmk/master
Choose a base branch
from
Open

Conversation

brittanykohler
Copy link

Can be run from bank_accounts.rb

@kariabancroft
Copy link

Nice use of commits to track your progress

puts "Your account is locked until you reach the minimum balance of $#{@min_balance}."
@bal_above_min = false
end
@balance -= amount

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Watch your indentation here - this code is outside of the if statement blocks so it does not need to have additional indentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants