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
gayaneshka [121]
3 years ago
13

Create a flowchart that describes the following algorithm and then write Python code to implement the algorithm. Write the Pytho

n code in a Python program file, NOT in the IDLE window. Include in your HW PDF document a photo of your flowchart and a screenshot of your program code. Also include in your HW PDF a screenshot of the output that appears in the IDLE window.

Engineering
1 answer:
Naya [18.7K]3 years ago
3 0

Answer:

<em>Python code is as follows: </em>

********************************************************************************

#function to get number up to any number of decimal places

def toFixed(value, digits):

return "%.*f" % (digits, value)

print("Enter the price: ", end='', flush=True) #prompt for the input of price

price = float(input()) #taken input

totalCost = price + 0.05 * price #calculating cost

print("Total Cost after the sales tax of 5% is applied: " + toFixed(totalCost,2)) #print and output totalCost

************************************************************************************

You might be interested in
Technician A says a solenoid is not used on modern automobiles. Technician B says fuel injectors and starter motor solenoids are
julia-pushkina [17]

Answer:

ON THE BOTTOM

Explanation:

red cord plus black cord

5 0
3 years ago
1) (35 pts) For the curved lifting bar, calculate the stresses at A, B, and the centroid of the section.
Juliette [100K]

I know the Answer but first you should add me as Brainliest and I Will edit this to Answer.

3 0
3 years ago
Ann’s Retail, a women’s clothing store, hires female attendants to assist clients in the store’s dressing rooms. Larry, a male,
mojhsa [17]

Answer:

A bona fide occupational qualification defense

Explanation:

Since the store is for women clothing, the retail may prefer to employ only female to assist the customers.  Under a bona fide occupational qualification defense, an employer is allowed to discriminate if a characteristic is a necessity for the performance of the job and for the business. Therefore, the store has a bona fide occupational qualification defense.

3 0
3 years ago
Some Tiny College staff employees i s are information technology (IT) personnel. Some IT personnel provide technology support fo
Westkost [7]

Answer:

solution in the picture attached

Explanation:

3 0
3 years ago
Which option identifies the next step in the following scenario?
Whitepunk [10]

Answer: The engineer will create a detailed sketch that labels all of the visual components.

Explanation:

It should be noted that the reverse engineering is required for the replacement and the modification of an existing product.

With regards to the question, the correct answer is option A "The engineer will create a detailed sketch that labels all of the visual components".

4 0
3 years ago
Other questions:
  • Link AB is to be made of a steel for which the ultimate normal stress is 65 ksi. Determine the cross-sectional area of AB for wh
    14·1 answer
  • A tank with some water in it begins to drain. The function v ( t ) = 46 − 3.5 t determines the volume of the water in the tank (
    12·1 answer
  • Consider a 5 m long, air-filled section of a coaxial transmission line, given that the radius of the inner conductor is 10 cm an
    7·1 answer
  • The Fisher effect says that _______ . Group of answer choices the nominal interest rate adjusts one for one with the inflation r
    9·1 answer
  • Should the ship breaking business continue why or why not?
    11·1 answer
  • Three-dimensional measuring references all of these EXCEPT:
    15·1 answer
  • How would I get this python code to run correctly? it's not working.​
    7·1 answer
  • Which of the following is not caused by alcohol?
    10·2 answers
  • When you approach an uncontrolled intersection, you should treat it as though which sign is present?
    15·1 answer
  • At the beginning of last year, tarind corporation budgeted $1,000,000 of fixed manufacturing overhead and chose a denominator le
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!