I need the code for this Pseudocode

AccountBalance

Begin
Get starting balance
Get withdrawal amount
If withdrawal amount > starting balance Then
Display “Insufficient funds”
Else
final balance – starting balance – withdrawal amount
Display “saving account balance is low
End If
End

Recommended Answers

All 2 Replies

We've done our homework assignments. This one is yours. People are here to assist if you get stuck, but you have to show that you've put in effort. Show some code for each one of your pseudo code items.

Its all good. Solved it.. :) Thanks anyways

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.