The most probable answer is that their was a short on the charger causing your phone's charging port to blow out. You can fix this yourself with a hot air soldering gun to remove the charging port and replace it with an identical port but it is not recommended if you have a warranty. As for prices it depends on the phone.
Answer: (C) E-business
Explanation:
The E-business basically facilitates the various company and organizations a large portion of its exchanges by using the Internet utilizing the majority of innovation and the correspondence interfaces.
E-business is basically known as electronic business and it conduct various type of business forms on the web.
The various e-business procedures incorporate purchasing and selling the various types of the items, supplies and administrations that adjusting client and preparing installments. It is mainly help in sharing the information and data in the system.
Answer:
Give three(3) difference between Dot-matrix printer and the Daisy-wheel printer
Answer: USB-C
I am 99.5% sure bcuz Im about 90 % because HDMI goes into TVs and stuff
Answer:
See explaination for the program code
Explanation:
The Programming code:
inFile = open("stuff.txt", "r")
num = []
Sum = 0
for val in inFile.readlines():
value = val.split(",")
Sum = Sum + int(value[1])
print("Sum of second number on every line in the file is: ", Sum)
inFile.close()
Please kindly check attachment for output