Answer:
The y-intercept is going to fall by -2 but the x-intercept will run +5
Explanation:
Becuase the derivative of the equation causes this when plugged into the formula
The answer is D, I believe.
Python:
sentence = “this is the sentence.”
size = len(sentence)
C++:
string sentence = “this is the sentence.”
int size = sentence.size()
* Remember strings are just arrays of characters.
Answer:
dont understand what u mean