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
Their game off badminton is always on Tuesday
igomit [66]

Ok? is this a question or what?

5 0
2 years ago
A capillary tube is immersed vertically in a water container. Knowing that water starts to evaporate when the pressure drops bel
REY [17]

Answer: 10.12m, 20micro meter

Explanation:

8 0
3 years ago
I am trying to create a line of code to calculate distance between two points. (distance=[tex]\sqrt{ (x2-x1)^2+(y2-y1)^2}) My li
k0ka [10]

Answer:

point_dist = math.sqrt((math.pow(x2 - x1, 2) + math.pow(y2 - y1, 2))

Explanation:

The distance formula is the difference of the x coordinates squared, plus the difference of the y coordinates squared, all square rooted.  For the general case, it appears you simply need to change how you have written the code.

point_dist = math.sqrt((math.pow(x2 - x1, 2) + math.pow(y2 - y1, 2))

Note, by moving the 2 inside of the pow function, you have provided the second argument that it is requesting.

You were close with your initial attempt, you just had a parenthesis after x1 and y1 when you should not have.

Cheers.

6 0
3 years ago
4.68 Steam enters a turbine in a vapor power plant operating at steady state at 560°C, 80 bar, and exits as a saturated vapor at
garik1379 [7]

Answer:

please mark me as a brainleast

Explanation:

hahahahhahaahhahahahahahahahahahahahahahahahaahhhahhhahaahahhaahhhahahaah

3 0
3 years ago
Name the seven physical qualities for which standards have been developed.
SIZIF [17.4K]

Answer:

HUMAN DEVELOPMENT

MOTOR BEHAVIOR

EXERCISE SCIENCE

MEASUREMENT AND EVALUATION

HISTORY AND PHILOSOPHY

UNIQUE ATTRIBUTES OF LEARNERS

CURRICULUM THEORY AND DEVELOPMENT

Explanation:

6 0
3 years ago
Other questions:
  • Stainless steel ball bearings (rho = 8085 kg/m3 and cp = 0.480 kJ/kg·°C) having a diameter of 1.2 cm are to be quenched in water
    10·2 answers
  • Please Help It's really Important
    12·1 answer
  • In Florida a curb indicates and area where parking is prohibited
    15·2 answers
  • NASA’s Ames research center in Mountain View, California has a centrifuge built to simulate high-g environments. It spins horizo
    15·1 answer
  • Introduction to gear and gear ratios: If you have two gears of the same size does the output speed increase, decrease, or remain
    13·1 answer
  • For a 20 ohm resistor R, the current i = 2 A. What is the voltage V? Submit your answer as a number without units. ​
    12·1 answer
  • In designing a fixed-incline self-acting thrust pad when the width of the pad is much larger than the length, it is of interest
    10·1 answer
  • Compared with space operations specialists, intelligence officers are which of the following?
    7·1 answer
  • In the long run, if the firm decides to keep output at its initial level, what will it likely do? Stay on SRATC3 but decrease to
    15·1 answer
  • How does data mining help interactive marketing for a business?
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!