subject

Draw a flowchart to represent the logic that will be asking the user to input the customer number, amounts for frozen goods, packaged goods, meats, produce, and dairy for each customer. Subtotal the grocery department totals, calculate the tax using 5.5% on the subtotal. Calculate the grand total by adding the tax to the subtotal. Output the subtotal, tax, and grand total. Input - customer number, frozen goods amount, packaged goods amounts, meat amount, produce amount, dairy amount
Processing - subtotal the individual grocery totals, calculate the tax (5.5%* subtotal, calculate grand total (tax plus subtotal)
Output - customer number, subtotal of individual grocery items, tax, grand total

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 09:30
Write a function called checkfactor that takes two arrays of positive numbers, firstnumberrow and secondnumberrow. checkfactor checks if the first entry in firstnumberrow is divisible by the first entry in secondnumberrow, and performs the same operation on the next array elements until all entries have been checked. all the numbers are positive and the number of entries in the arrays are the same. the function should return the identified divisible numbers in two row arrays named firstdivisible and seconddivisible.restrictions: branches or loops should not be used. the code must use the internal mod and logical functions.hint: the mod function should be used to determine if two numbers are divisible. ex: for num1 and num2 if mod(num1,num2) is 0, then the two numbers are divisible.this is matlab
Answers: 2
question
Computers and Technology, 23.06.2019 13:00
Donnie does not have powerpoint. which method would be best for elana to save and share her presentation as is? a pdf a doc an rtf a ppt
Answers: 3
question
Computers and Technology, 24.06.2019 10:00
(, urgent need): how do i change my username
Answers: 1
question
Computers and Technology, 24.06.2019 18:30
*write a program that defines symbolic names for several string literals (chars between quotes). * use each symbolic name in a variable definition. * use of symbolic to compose the assembly code instruction set can perform vara = (vara - varb) + (varc - vard); ensure that variable is in unsigned integer data type. * you should also further enhance your symbolic logic block to to perform expression by introducing addition substitution rule. vara = (vara+varb) - (varc+vard).
Answers: 1
You know the right answer?
Draw a flowchart to represent the logic that will be asking the user to input the customer number, a...
Questions
question
Mathematics, 26.05.2021 20:40
question
Mathematics, 26.05.2021 20:40
question
Biology, 26.05.2021 20:40
question
Arts, 26.05.2021 20:40
question
English, 26.05.2021 20:40
question
History, 26.05.2021 20:40
Questions on the website: 13722363