Answer:
#include<stdio.h>
#include<string.h>
int main() {
int n;
FILE *fp = fopen("salaries.txt", "r");
double sumSalaries = 0;
double quarterlySalary1, quarterlySalary2, quarterlySalary3, quarterlySalary4;
while(!feof(fp)) {
fscanf(fp, "%lf", &quarterlySalary1);
fscanf(fp, "%lf", &quarterlySalary2);
fscanf(fp, "%lf", &quarterlySalary3);
fscanf(fp, "%lf", &quarterlySalary4);
sumSalaries = sumSalaries + quarterlySalary1+quarterlySalary2+quarterlySalary3+quarterlySalary4;
printf("Salary Sum %lf: \n", sumSalaries);
printf("Income Type: ");
if(sumSalaries > 200000 ){
printf("h");
}
else if(sumSalaries >= 15000 && sumSalaries<=200000){
printf("m");
}
else{
printf("l");
}
printf("\n");
}
fclose(fp);
return 0;
}
Explanation:
I think its the systems investigation phase.
Answer:
there is no pedestrians and everyone is stopped at their designated red light
Information systems can achieve competitive advantage by engaging in:
- Lowering costing.
- Boasting differentiation of their product.
- Changing Their competitive scope.
<h3>What is competitive advantage?</h3>
Competitive advantage is known to be that factors that helps a firm to produce goods or services better or relatively more cheaply than their counterparts.
Note that in the case above, Information systems can achieve competitive advantage by engaging in:
- Lowering costing.
- Boasting differentiation of their product.
- Changing Their competitive scope.
Learn more about competitive advantage from
brainly.com/question/14030554
#SPJ12
Answer:
click on window button thought mouse or press esc and ctrl key at same time to open start menu option or to type window+r to open run dialog box