<h3>what is hub? </h3>
<h3>✅An Ethernet hub, active hub, network hub, repeater hub, multiport repeater, or simply hub is a network hardware device for connecting multiple Ethernet devices together and making them act as a single network segment.</h3>
Answer:
A. they can skip whole segments of the software development process.
Explanation:
A software development process refers to the process of dividing software development work into various phases for product management, project management and to improve the design.
Vendors who use open source as part of their product offerings can expect to bring new products to the market faster because they can skip whole segments of the software development process.
They don't have to go through different phases of software development.
Wait. What? What does that even mean?
Answer:
Answered below
Explanation:
//Program is written in Python programming //language.
number_of_trees = int(input ("Enter number of trees purchased: "))
height_of_trees = float(input("Enter height of trees: "))
delivery_status = input("Do you want trees delivered? enter yes or no ")
price_of_two_meters = 20
total_price = number_of_trees * price_of_two_meters
//Invoice
print (number_of_trees)
print(height_of_trees)
print (total_price)
print (delivery_status)