below is an attempt at implementing a bankaccount class. the class should feature a constructor that takes a starting balance, a function to withdraw money, and a function to deposit money. withdraw should not allow for a negative balance. can you fix the code below to implement these behaviors correctly?
Please let us know your comments regarding the correct answer to the question. Each of your comments will be evaluated by us and correct comments will be shared.