The answer to your question is software.
Answer:
<u>C program to find the sum of the series( 1/2 + 2/3 + ... + i/i+1)</u>
#include <stdio.h>
double m(int i);//function declaration
//driver function
int main() {
int i;
printf("Enter number of item in the series-\n");//Taking input from user
scanf("%d",&i);
double a= m(i);//Calling function
printf("sum=%lf",a);
return 0;
}
double m(int i)//Defining function
{
double j,k;
double sum=0;
for(j=1;j<i+1;j++)//Loop for the sum
{
k=j+1;
sum=sum+(j/k);
}
return sum;
}
<u>Output:</u>
Enter number of item in the series-5
sum=3.550000
Answer:
The answer is letter D
Explanation:
Periodic independent audit of the work delegated to the subcontractor.
Because this is the guideline to garantee accountability, good governance, and transparency. In adittion, to provide more assurance for the protecting confidentiality of the information.
Answer:
Cleo would choose the option "Forward"
Explanation:
Reply means reply to a single person
Reply All means to reply to the entire thread
Forward means to send the email to another
Copy means to copy the email, but it doesn't send
Answer:
Explanation:Any job that a person doesn't particularly like or enjoy.