The following steps should be followed in the event handler btnCalcAvailCredit_Click, which calculates a customer’s available credit. Construct a flowchart that shows these steps.
a. Assign the value in the TextBox control txtMaxCredit to the variable decMaxCredit.
b. Assign the value in the TextBox control txtUsedCredit to the variable decUsedCredit.
c. Subtract the value in decUsedCredit from decMaxCredit. Assign the result to decAvailableCredit
d. Assign the value in decAvailableCredit to the label lblAvailableCredit.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.