File Validation - Flowchart

liunx

Guest
hello everyone can somebody please help me w/ this...i have the flowchart ready but i dont understand everything else..here's the question<br />Create the flowchart for a program that validates the contents of a file. The file you are validating contains daily sales data from a pet store. Each record in the file contains credit card transaction information, consisting of an approval number and the amount of the charge. Your program should output the information from records whose approval number is lower than the previous record or if the amount of the transaction is negative.
</div>
 
Top