Amost all professions include theuse of computers. Knowing a lot about them and the way they work could help you use them when needed in a work environment. It would also make an employer more likely to hire you.
0,7,0,0
9,9,0,0
7,7,7,7
3,9,0,7
Hope this helps
Answer:
-checking social media networks during working hours
-surfing the Internet during working hours for what to do on the weekend
-downloading a favorite band’s latest album from a file-sharing service
Explanation:
they are all correct on edg.
largest = int(input("Enter a number: "))
print("Largest: {}".format(largest))
i = 0
while i < 5:
num = int(input("Enter a number: "))
if num > largest:
largest = num
print("Largest: {}".format(largest))
i += 1
I hope this helps!