answersLogoWhite

0

how to write a structured algorithm that input the name and price of an item and quantity and amount

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the algorithm and draw flow chart to find the sum and average of 3 numbers?

Algorithm to find the sum and average of 3 numbers: Start. Input three numbers (let's call them A, B, and C). Calculate the sum (Sum = A + B + C). Calculate the average (Average = Sum / 3). Output the sum and average. End. Flowchart: [Start] ↓ [Input A, B, C] ↓ [Sum = A + B + C] ↓ [Average = Sum / 3] ↓ [Output Sum, Average] ↓ [End]


What is the average case time complexity of the algorithm?

The average case time complexity of an algorithm is the amount of time it takes to run on average, based on the input data. It is a measure of how efficient the algorithm is in terms of time.


Flowchart of find the difference sum product and average of A and B Print the result?

See if flowchart is made then good reason is drawn for it. So, flow chart is essential for our cultural and social life.hence ,flowchart is important.


What is the average time complexity of the algorithm being used for this task?

The average time complexity of the algorithm being used for this task is the measure of how the algorithm's running time grows as the input size increases. It helps to understand how efficient the algorithm is in handling larger inputs.


How to write an algorithm that accepts five numbers and displays the sum and average of the numbers?

1.Start Algorithm 2.Enter first number 3.Enter second number 4.Enter third number 5.Enter fourth number 6.Enter fifth number 7.Add five number 8.display five number / 2 9.Display result 10.End Algorithm


What is the runtime complexity of the Union Find algorithm?

The runtime complexity of the Union Find algorithm is O(log n) on average.


What is the average searching runtime for the keyword "algorithm" in a typical search engine?

The average searching runtime for the keyword "algorithm" in a typical search engine is typically less than a second.


What is the average case complexity of the algorithm being used for this specific problem?

The average case complexity of an algorithm refers to the expected time or space required to solve a problem under typical conditions. It is important to analyze this complexity to understand how efficient the algorithm is in practice.


When and what are the symbols used in the flowchart for the program for the calculation of average numbers in C language?

Look up "Flowchart" in wikepedia, most of what you need to know can be found there. Get a flow chart symbol template and a sheet of paper and you are on your way.


What is the average case time complexity of the Bubble Sort algorithm?

The average case time complexity of the Bubble Sort algorithm is O(n2), where n is the number of elements in the array being sorted.


How do you calculate activa average?

how we calculate the average of activa


Average complexity of heap short algorithm?

The average heap short complexity is O(log n)