View Single Post
  #1  
Old 02-12-2011, 10:30 PM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default check for errors please

This is the algorithm that I am working from Algorithm Name: UPDATE_CHECKBOOK *Problem Input(s):* start_balance - the beginning checkbook balance. xact_amount - the amount of the transaction. xact_type - the type of the transaction (credit or debit). *Problem Output(s)*: ...
__________________
C++
domain name forum
Reply With Quote