Answer:
0.60
Step-by-step explanation:
What? I don't understand.
Let’s first find the angle y
Angle y = 180-(140+10)(angle sum property)
Angle y = 180-150
Angle y = 30 degrees
Angle x = 180- 110 ( linear pair )
Angle x = 70
Angle z = 180-(70+90)( angle sum property)
Angle z = 180-160
Angle z = 20
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.