Answer:
Explanation:
Denote the five numbers as a, b, c, d and e.
The average is:
(a + b + c + d +e) ÷ 5.
Easily:
Learn how to do input and output operations in your programming language of choice.
Learn what average is (see Arithmetic mean - Wikipedia)
Learn how to code arithmetic operations in your PL of choice.
Put all that together and code the program.
Oh, did you expect the code snippet? Sorry, I don’t do peoples’ homework for them on principle. Homework is for you to learn something. If you can’t be bothered, accept that you’ll fail your class. If you want to pass, LEARN.
All parts of a statement must be true for it to be true
Answer:
b. typically contain more circuits in the network than in star or ring networks
Explanation:
In mesh architecture, all computers are connected to each other. In mesh all nodes connect directly and non hierarchical to each other so as to efficiently route data.
Mesh combines the benefits of both ring and star networks. It usually provide relatively short routes through the network (compared to ring networks) and provide many possible routes through the network to prevent one circuit from becoming overloaded (as compared to star network). Mesh network uses decentralized routing with each network performing its own routing.
Mesh network typically contain more circuits in the network than in star or ring networks and are more expensive than ring networks