subject

Write the VB code for a Function named ComputeCommission that receives Total Sales as a decimal value and Number of Months as an integer value. If average sales per month was less than $1000 then the commission is computed as 1% of Total Sales. If average sales per month was at least $1000 then the commission is computed as 2% of Total Sales. The function should compute and return the value of sales commission. You do not need to attach any programming projects. All you need is the VB code.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 20.06.2019 18:02
If your computer starts up slow, what is the best reason why?
Answers: 2
question
Computers and Technology, 22.06.2019 03:00
Consider this data sequence: "3 11 5 5 5 2 4 6 6 7 3 -8". any value that is the same as the immediately preceding value is considered a consecutive duplicate. in this example, there are three such consecutive duplicates: the 2nd and 3rd 5s and the second 6. note that the last 3 is not a consecutive duplicate because it was preceded by a 7. write some code that uses a loop to read such a sequence of non-negative integers , terminated by a negative number. when the code finishes executing, the number of consecutive duplicates encountered is printed. in this case, 3 would be printed. assume the availability of a variable, stdin, that references a scanner object associated with standard input. that is, stdin = new scanner(system.in); is given.
Answers: 1
question
Computers and Technology, 22.06.2019 10:20
Print "usernum1 is negative." if usernum1 is less than 0. end with newline. convert usernum2 to 0 if usernum2 is greater than 10. otherwise, print "usernum2 is less than or equal to 10.". end with newline
Answers: 3
question
Computers and Technology, 22.06.2019 11:40
Design a pos circuit that displays the letters a through j on a seven-segment indicator. the circuit has four inputs w, x, y, and z which represent the last 4 bits of the uppercase ascii code for the letter to be displayed. thus, if wxyz = 0001 then "a" will be displayed. (any answer with 22 or fewer gates and inverters, not counting any for the inputs, is acceptable)
Answers: 2
You know the right answer?
Write the VB code for a Function named ComputeCommission that receives Total Sales as a decimal valu...
Questions
question
Mathematics, 01.05.2021 03:50
question
Health, 01.05.2021 03:50
Questions on the website: 13722363