Making a data flow chart


Problem Statement: Create a Data Flow Chart and then make an application that allows a user to enter a stock transaction and determine the stockbroker's commission. Each transaction includes the following data: the stock name, price per share, number of shares involved, and the stockbroker's name. Assume price per share = P. The stockbrokers commission is computed in the following manner: If the P (price per share) is less than or equal to $50.00, the commission rate is $0.26 per share. If the number of shares sold is less than 150, the commission is 1.5 times the rate per share. Display the results in a message box, including the total commissioned earned. Each message box result displayed should include the stock transaction data set and the commission paid the stockbroker in a grammatically correct set of sentences. After the message box displays, reset the input values to their original state.

Request for Solution File

Ask an Expert for Answer!!
Data Structure & Algorithms: Making a data flow chart
Reference No:- TGS038046

Expected delivery within 24 Hours