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
Mariana [72]
3 years ago
12

ShoppingBay is an online auction service that requires several reports. Data for each auctioned item includes an ID number, item

description, length of auction in days, and minimum required bid. Design a flowchart or pseudocode for the following:
a. A program that accepts data for one auctioned item. Display data for an auction only if the minimum required bid is over $100.00.
b. A program that continuously accepts auction item data until a sentinel value is entered and displays all data for auctions in which the minimum required bid is over $100.00.
c. A program that continuously accepts auction item data and displays data for every auction in which there are no bids yet (in other words, the minimum bid is $0.00) and the length of the auction is one day or less.
d. A program that continuously accepts auction data and displays data for every auction in which the length is between 7 and 30 days inclusive.
e. A program that prompts the user for a maximum required bid, and then continuously accepts auction data and displays data for every auction in which the minimum bid is less than or equal to the amount entered by the user.

Engineering
1 answer:
daser333 [38]3 years ago
5 0

Answer:

START

  READ ID_Number

  READ Item_description

  READ length_of_auction_Days

  READ minimum_required_bid  

  IF minimum_required_bid GREATER THAN 100

      THEN

          DISPLAY

              Item Details are

              Item Id : ID_Number

              Item Description: Item_description

              Length Action days: length_of_auction_Days

              Minimum Required Bid: minimum_required_bid

END

Explanation:

You might be interested in
What does the word “robot” mean? A.Clone B. Athlete C. Servant D. Actor
hram777 [196]

Answer:

a. clone

Explanation:

4 0
3 years ago
3. In order to obtain your commercial driver's license (CDL) you must first:
Murljashka [212]
A and C is the answer to the question. Be 15 years old & get a permit
8 0
3 years ago
A good rule of thumb in hazardous conditions is to _____.
Aloiza [94]

Answer:

C. Have your hazard lights on

Explanation:

Speeding up will cause an accident

Counter steering is not easy to do

Slowing down my result in you being rear ended

5 0
3 years ago
Read 2 more answers
How much does It cost to make a tracking chip
Basile [38]

Answer:

about 4 grand

Explanation:

6 0
2 years ago
A water pump delivers 3 hp of shaft power when operating. If the pressure differential between the outlet and the inlet of the p
Natali [406]

Answer:

Mechanical Efficiency =  83.51%

Explanation:

Given Data:

Pressure difference = ΔP=1.2 Psi

Flow rate = V=8ft^3/s\\

Power of Pump = 3 hp

Required:

Mechanical Efficiency

Solution:

We will first bring the change the units of given data into SI units.

P=1.2*6.895 = 8.274KPa\\V=8*0.00283=0.226 m^3/s\\P=3*0.746=2.238KW

Now we will find the change in energy.

Since it is mentioned in the statement that change in elevation (potential energy) and change in velocity (Kinetic Energy) are negligible.

Thus change in energy is

=(Mass * change in P)/density\\= \frac{M*P}{p}\\\\

As we know that Mass = Volume x density

substituting the value

Energy = Volume * density x ΔP / density

Change in energy = Volumetric flow x ΔP

Change in energy = 0.226 x 8.274 = 1.869 KW

Now mechanical efficiency = change in energy / work done by shaft

Efficiency = 1.869 / 2.238

Efficiency = 0.8351 = 83.51%

5 0
3 years ago
Other questions:
  • A 15-ft beam weighing 570 lb is lowered by means of two cables unwinding from overhead cranes. As the beam approaches the ground
    9·1 answer
  • suppose a wheel with a 15 inch diameter is used to turn a water valve stem with a radius of .95 inches. What is the Mechanical a
    15·1 answer
  • A 100 kmol/h stream that is 97 mole% carbon tetrachloride (CCL) and 3% carbon disulfide (CS2) is to be recovered from the bottom
    7·1 answer
  • Note that common skills are listed toward the top, and less common skills are listed toward the bottom.
    14·1 answer
  • Write a program in C++ that can be used by a small theater to sell tickets for performances.The theater’s auditorium has 15 rows
    7·1 answer
  • If a particle moving in a circular path of radius 5 m has a velocity function v = 4t2 m/s, what is the magnitude of its total ac
    15·2 answers
  • Why does an aeroplane smoke in the air​
    14·1 answer
  • Who had launched the highest number of internet satellites as of March 2020?
    14·1 answer
  • 1)
    13·1 answer
  • Which type of line is represented by thin, short dashes?
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!