Answer:
Following are the program in c language
#include <stdio.h> // header file
int main() // main function
{
int runTimes[5]={800,775,790,805,808}; // declared the array
for (int k = 0; k < 3; k++) // itearting the loop
{
printf("\n%d",runTimes[k]); // display array
}
return 0;
}
Output:
800
775
790
Explanation:
Following are the description of program
- Declared a array "runTimes[5]" as the" int " type and store the five integer value in it .
- After that iterating the for loop from the 0 index to the less then 3 index .
- Inside the for loop we print the corresponding value that are stored in the particular index in the nextline .
Answer:
a split command in the linux system re used for dividing large files into pieces
Answer:
The correct answer is A.
Explanation:
Even though the B option, Analogous Estimating, can be used to predict parameters such as cost, scope etc. based on other similar projects done in the past, it is not the best option in our situation because we don't have enough information on the project to give us a detailed estimation. So the technique we should use is given in option A as Monte Carlo Analysis.
Monte Carlo Analysis is especially effective when there are a lot of unknowns or variables in play such as in our case where we don't have a lot of details. It can be used to predict the uncertainties, risks and their impacts on our project.
I hope this answer helps.
The /root directory is the root user's home directory.
There are actually quite a few different terms that can be used to describe the connection between digital citizens, and they are Cyber City, Digital Society, and Global Village.