Answer:
An AI operated automatic garbage collection system
Explanation:
There is always an issue in my neighbourhood with the garbagemen coming on time so having an automatic system will help in the overall efficiency in the task
Let “w” and “L” be the width and length of the rectangle. “p” and “a” are perimeter and area
For python,
w=int(input(“width”))
l=int(input(“length”))
a= w*l
p=2*w+2*l
print(str(a), str(p)
Explanation:
The unit refrigeration is generally is given in terms of tons.In refrigeration compressor consume some amount of work to produce the cooling effect with the help of evaporator and condenser.
In the simple words ton is the cooling load of refrigeration system.
So
1 ton = 3.5 KW
1 ton = 12,000 BTU/hr
Answer:
True
Explanation:
Nikola Tesla defeated Thomas Edison in the AC/DC battle of electric current.