Answer: a. intrapersonal and short-term goals
Explanation:
Intrapersonal goals are those that we set for ourselves in our minds to accomplish. The students that are finishing their homework after school most probably set that goal in their minds and so meeting it would mean meeting their intrapersonal goals. 
Homework is not a long term project but rather a short one that is usually meant to be completed within days. Completing it is therefore a short term goal. 
The students who finish their homework after school are therefore accomplishing both their intrapersonal and short-term goals.
 
        
                    
             
        
        
        
Answer:
int a[10] = {10,20,30,40,50,60,70,80,90,100};
Explanation:
In the above statement, we declare the integer data type array variable that is 'a' then, pass its index value that is 10 which means it contains only 10 values and initialize the components of the array variable that is starting with 10 and end at 100 in the difference of 10. So, the following declaration is correct according to the statement.
 
        
             
        
        
        
26 + 26 = 57 but when it takes away 2 it = 55 if you really wanna think about it that much