Answer: See explanation
Explanation:
Based on the options given, the positive effects of the internet on business will be:
• He recently bought a second-hand camera online, which he hadn't been able to find in any store.
• His friend sell printed T-shirts online, storing them in his basement and promoting them on social media.
The negative effects of the internet on business will be:
• A bookstore down the road shut down because people preferred the cheaper online bookstores.
• Ravi's sister complains that her boss always knows when she is late, but rarely greets her if their paths cross in office.
• One of his friend's printed T-shirts got wet and stained in the delivery truck and the buyer wrote a nasty review.
Answer:
Because it was only a shell; MS-DOS was still the operating system
<u><em>Hope this helps!</em></u>
<em>-Isa</em>
The answer is 'D', as obvious as it seems...
Answer:
Explanation:
n = eval(input('Enter # of number you want to enter: '))
list_=[]
for i in range(n):
number = eval(input("enter number: "))
list_.append(number)
if i == n-1:
maximum = max(list_)
minimum = min(list_)
print("maximum : "+str(maximum))
print("minimum : "+str(minimum))