Answer:
Explanation:
class Pet:
def __init__(self):
self.name = ''
self.age = 0
def print_info(self):
print('Pet Information:')
print(' Name:', self.name)
print(' Age:', self.age)
class Dog(Pet):
def __init__(self):
Pet.__init__(self)
self.breed = ''
def main():
my_pet = Pet()
my_dog = Dog()
pet_name = input()
pet_age = int(input())
dog_name = input()
dog_age = int(input())
dog_breed = input()
my_pet.name = pet_name
my_pet.age = pet_age
my_pet.print_info()
my_dog.name = dog_name
my_dog.age = dog_age
my_dog.breed = dog_breed
my_dog.print_info()
print(' Breed:', my_dog.breed)
main()
Answer:
8 for dual-op-amp package, and 14 for quad-op-amp
Explanation;
This is because every op-amp has 2 input terminal 4 pns
So one output terminal that is 2 pins which are required for power
and the same for a minumum number of pins required by quad op amp which is 14
Answer:
Everything I got what you need
Answer:
Do you mean 4m^3 and 3.0 tones?
Explanation:
solution:
Mass = m = 3.0 tones
- 1 ton = 1,000 kg
= 3.0 × 1,000
= 3,000 kg
volume = v = 4m^3
Required:
Mass density of oil = p = ?
We know that;

The answer is:
750kg / m^3