I am not sure but I think it’s c
Well after reading this 100 times I haven't found a 100% sure answer but I think its A
hope its right and it helps :D
Answer:
Yes
Step-by-step explanation:
A for loop basically relies on repeating the same code for a pre-set number of times. During which you can make any code repeat inside of it, including indexing through a type of list. Many times a for-loop will use the indexes in a list to calculate the number of times that the loop has to repeat. This is usually done in order to search or apply changes in an array of other types of data structures that have countless values stored in it.
Answer:
x-intercept: (1.25, 0)
y-intercept: (0, 25)
Step-by-step explanation:
From the graph, the x-intercept is (1.25, 0) and the y-intercept is (0, 25)