1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
nadya68 [22]
3 years ago
14

Jacobson furniture pseudo-code Use the following planning chart, create the pseudo-code for the btncalc_click event handling pro

cedure. 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!!!

Computers and Technology
1 answer:
Lina20 [59]3 years ago
3 0

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.

You might be interested in
Two ways of calculating average returns are ______ and ______. Multiple select question. the arithmetic average the progressive
joja [24]

Answer:

"Geometric Average Return Example. Jennifer has invested $5,000 into a money market that earns 10% in year one, 6% in year two, and 2% in year three. If you were to calculate this using the arithmetic mean return, you would add the rates together and divide them by three, giving you an average of 6%."

Explanation:

6 0
2 years ago
Write a function that takes, as an argument, a list, identified by the variable aList. If the list only contains elements contai
Genrish500 [490]

Answer:

The function is as follows:

def concList(aList):

   retList = ""

   for i in aList:

       if(str(i).isdigit()):

           retList+=str(i)

       else:

           retList = "Not digits"

           break;

   return retList

Explanation:

This defines the function

def concList(aList):

This initializes the return string to an empty string

   retList = ""

This iterates through aList

   for i in aList:

This converts each element of the list to an empty list and checks if the string is digit

       if(str(i).isdigit()):

If yes, the element is concatenated

           retList+=str(i)

If otherwise

       else:

The return string is set to "No digits"

           retList = "Not digits"

And the loop is exited

           break;

This returns the return string

   return retList

5 0
4 years ago
You can use a server-side script as a ____ to access data from another domain.
Mashcka [7]
I believe the answer your looking for is "Proxy"
0 0
4 years ago
Given the following class, public class Magazine { private static double SUBSCRIPTION_DISCOUNT = .60; private String title;
jonny [76]

Answer:

The answer is "III only"

Explanation:

An accessor method is also an instance function that receives or establishes the value of an object's properties. This method is called methods through obtaining information about an entity. This method reverses it to process, which has two accessory string techniques to reach source string data reference length Accessor method.

6 0
4 years ago
1) ¿Que es la entrada en calor?​
Nataly [62]

Answer:

<h2><em><u>El objetivo principal de realizar la llamada entrada en calor o calentamiento es preparar el cuerpo para la actividad ficica ficica o deportiva </u></em></h2>

6 0
3 years ago
Other questions:
  • This type of connection uses radio waves to connect devices on a network.
    9·2 answers
  • Ram, random-access memory, is called that because
    11·1 answer
  • The term median means
    9·2 answers
  • A typical item in a plan of procedure includes the name of the part of the ______ to
    5·1 answer
  • Within a Microsoft Windows environment, who has access rights to the Encrypting File System (EFS) features and functions?
    7·1 answer
  • Which is the best book for digital electronics?
    5·1 answer
  • PLSSS HELP!! During the late 20th century, immigration to the United States increased dramatically from
    7·1 answer
  • Write function that ask for input from a user. Use this input as input for the countdown function that we wrote using the while
    6·1 answer
  • Which of these conclusions supports the fact that Eclipse is categorized as an IDE?
    8·1 answer
  • Lucy wants to access the webpage. She is using her computer to access the webpage. What types of information will be in one fram
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!