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.
The answer is not right i just need the time or what ever2
F(X) means plug in te number within the parenthesis for the given function. It's simply an equation expressed through different notation. In this case it asks you to plug in two, so you do:
-3(2)+4 = f(2)
That means that f(2)=-2.
Answer:
Y = 0
Step-by-step explanation:
If x = 5 then 2x + y = 10 is 10 + y = 10 (2*5 = 10) and so 10 + 0 = 10. Y = 0
Answer:
Percentage Error in counting the marbles in the jar is 39.72%
Step-by-step explanation:
Estimated marbles in the jar = 44
Actual marbles in the jar = 73
⇒Error in Marbles = Number of actual Marbles - Estimated marbles
= 73 - 44 = 29
So, the error in counting marbles in the jar is 29.
Now, 
= 
or, Percentage Error = 39.72%
Hence, the Percentage Error in counting the marbles in the jar is 39.72%