Answer: independence
Explanation:
The AICPA Code of professional Conduct is based on the following concepts which are :
1. responsibilities
2. serve the public interest
3. integrity
4. objectivity and independence
5. due care
6. The scope and nature of services.
Answer: For loop
Explanation:
Using the for loop we can get the exact number of values/outcomes we require.
For example: printf(enter 20 numbers");
for(int i=0; i<20;i++)
{
scanf("%d", &number);
}
So, this is an implementation of for loop in C. Using it we can enter exact 20 numbers not less or more than that.
Therefore, for loop is the answer.
You want 10-12 too?.............