Answer:
<u>for loop code:</u>
int total=0;
for(int i=0;i<10;i++)
{
total + = value[i];
}
Explanation:
By declaration we know that the array is of size 10 which means the index will start from 0.
The variable name to be used to store the sum is given as total
We will initialize total with zero so that no garbage value is used.
For loop will be used to access the elements of array and calculate the sum. The syntax of for loop is given as:
for (initialization; condition; increment/decrement)
{statement}
<u>Code:</u>
int total=0;
for(int i=0;i<10;i++)
{
total + = value[i];
}
Answer:
scope because the scope will determine the Time for the employee to work
<span>A switch is a central network device that connects network nodes such as workstations and servers in a physical Star topology</span>
8 smaller units, called bits :)
Answer:
Extra security features and networking services built right in
Explanation:
The major advantage of using a server operating system is that it has decent security features and networking services built right in it from the default settings