Ok, so if I was setting up my comments before I write my code, would this be right?:
Enter series of movie numbers
Check status of MoviesEntered
Calculate LateCharge
If None
MsgBox (“Accept a payment or charge on the customer’s account.”)
Begin Case
Case Payment
Call CashierModule
Case Charge
UserOwes + LateCharge
End Case
Else
MsgBox (“There were no charges. Click to exit the program.”)
End If
Quit