Hello,
A computers operating system manages the software and hard ware on the computer.
Thanks for using brainly.
Answer:
txt = input("Enter numbers: ")
numbers = txt.split(" ")
total = 0
max = 0
for i in numbers:
total = total + int(i)
if(int(i)>max):
max = int(i)
print(round(total/len(numbers)))
print(max)
Explanation:
This solution is implemented using Python programming language
This prompts user for input
txt = input("Enter numbers: ")
This splits user input into list
numbers = txt.split(" ")
The next two line initialize total and max to 0, respectively
total = 0
max = 0
This iterates through the list
for i in numbers:
This sum up the items in the list (i.e. user inputs)
total = total + int(i)
This checks for the maximum
if(int(i)>max):
max = int(i)
This calculates and prints the average
print(round(total/len(numbers)))
This prints the max
print(max)
Increase the font size and make the headline bold
Answer:
Slide Master is the slide at which you made any change, the change will reflect on all slides.
Explanation:
In power point, slide master is the toll that is used to control change the font size, font style , themes, colors and background of the slide. With the help of this tool, we just change one slide, then the change will reflect on the slides of a presentation.
<u>How to Use </u>
1. Go to view Tab
2. Click on slide master
3. A new slide is opened that is used as master slide
4. Apply the changes on master slide.
5. The changes will reflect on all slides.
Answer is (B) Value-added networks.
A van is a private network provider hired among online companies that facilitate EDI (Electronic Data Interchange) or other network services such as
message encryption, securing mail, and management reporting. A Value Added
Network provides an easy way for ecommerce businesses to share data and communicate securely.