I believe its "By updating its computer driver i know its not software im pretty sure its a driver because all the components in a comuter have a specific driver and they need to be mainitanced yearly. P.s Glad to help you.
Answer:
material requirement planning
Explanation:
Material requirements planning (MRP) : This is a system for evaulating or calculating the materials and components needed to produce a product. This process consists of three primary steps taking which are inventory of the materials and components on hand, identifying which additional materials will be needed and finally scheduling their production or purchase.
Framing in photography is one way of covering the other parts of the subject. Framing gives the photo some context, depth and layers and make the image as the main focal point.
Answer:
#include <stdio.h>
int main()
{
int avg = 0;
int sum =0;
int x=0;
/* Array- declaration – length 4*/
int num[4];
/* We are using a for loop to traverse through the array
* while storing the entered values in the array
*/
for (x=0; x<4;x++)
{
printf("Enter number %d \n", (x+1));
scanf("%d", &num[x]);
}
for (x=0; x<4;x++)
{
sum = sum+num[x];
}
avg = sum/4;
printf("Average of entered number is: %d", avg);
return 0;
}
Answer:
If you control access on the information on the internet than your going to have to make sure you search what you need and not advertisements or any wrong sites.
Explanation: