Jacobson furniture pseudo-code Use the following planning chart, create the pseudo-code for the btncalc_click event handling procedure. This procedure should calculate and display the Sales Tax on the Sales Amount and then the Total Due (Sales Amount + Sales Tax). Place the pseudo-code (do not give me Visual Basic statements) Planning Chart for the Jacobson Furniture application Purpose: Calculate and display the sales tax and total due amounts. How? User-provided 1. Sales amount Application-provided 1. 5% sales tax 2. Total due 3. Button for ending the application User will enter in txtSales BtnCalc_Click will calculate and display in lblTax BtnCalc_Click will calculate and display in lblTotal BtnExit_Click will end the application Please answer this immediately!!!

Respuesta :

Answer:

The code is given in images, Button1 and Button2 are for calculating and exit. The sales tax percentage is given. And the form design is also shown in one of the images. Since its textbox, we need to convert the string to double and then back to string to do the calculation, and then post on the textbox again. The this.Close() function closes the form. And textBox1, Show() and for each textbox displays the values in textboxes.

Explanation:

Please check the answer section and images. The button1 and button2 can be changed to Btn_Calc and Btn_Exit if required. For that, we need to rename the buttons with these names, and then click on it to enter the code behind to add the codes. In that case, the button code will be generated with this new name as the method name.

Ver imagen problemsolver2019
Ver imagen problemsolver2019
Ver imagen problemsolver2019