int sum = 0;
int number;
for (int i=0; i<10; i++) {
printf("Enter an integer number: ");
scanf_s("%d", &number);
sum += number;
}
printf("The sum is %d", sum);
Answer: formula tab, defined names, name manager
Explanation:
ed 2020
I would go C because that way it gets her prepared to answer any techie questions they would have for her and would make her a better option.
I would say A. Test it and receive feedback