location: The location of the combined company should be the location of whichever company had more employees. In the case of a tie, the location of co1 should be chosen. employees: The number of employees in the combined company should be the sum of the employees in co1 and co2. You can either write your answer in the space below, or upload a .py file Examples:

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter11: Sql Server Databases
Section: Chapter Questions
Problem 15RQ
icon
Related questions
Question

Write a class in python

location: The location of the combined company should
be the location of whichever company had more
employees. In the case of a tie, the location of co1 should
be chosen.
employees: The number of employees in the combined
company should be the sum of the employees in co1 and
co2.
You can either write your answer in the space below, or
upload a .py file
Examples:
Transcribed Image Text:location: The location of the combined company should be the location of whichever company had more employees. In the case of a tie, the location of co1 should be chosen. employees: The number of employees in the combined company should be the sum of the employees in co1 and co2. You can either write your answer in the space below, or upload a .py file Examples:
Examples:
>>> tech = Company ("Synergistic Technologies", "Minneapolis", 6
>>> tech.get_location()
'Minneapolis'
>>> tech.set_location ("Duluth")
>>> tech.location
'Duluth'
>>> stats = Company ("Statistical Analysis, Ltd.", "St. Paul", 2
>>> combined = tech + stats
>>> combined.name
'Synergistic Technologies & Statistical Analysis, Ltd.'
>>> combined.location
'Duluth'
Synergistic Technologies & Statistical AnalysiS, LLA.
>>> combined.location
'Duluth'
>>> combined.employees
80
Transcribed Image Text:Examples: >>> tech = Company ("Synergistic Technologies", "Minneapolis", 6 >>> tech.get_location() 'Minneapolis' >>> tech.set_location ("Duluth") >>> tech.location 'Duluth' >>> stats = Company ("Statistical Analysis, Ltd.", "St. Paul", 2 >>> combined = tech + stats >>> combined.name 'Synergistic Technologies & Statistical Analysis, Ltd.' >>> combined.location 'Duluth' Synergistic Technologies & Statistical AnalysiS, LLA. >>> combined.location 'Duluth' >>> combined.employees 80
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Data Binding
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning