Answer:
the control center
Explanation:
<h2><em>hope this helps :)</em></h2>
<em>please make me brainliest\</em>
Answer:
A. Makes objects line up with the grid lines exactly. In short, it is a backstage of the objects that need to be shown on the screen. And the object is being picked from there in the required manner. We cannot ensure a backstage without an invisible grid, and this is the snap to the grid, as being explained above, It has a huge application, and is very important in its domain,
Explanation:
Snap which is intended for the grid(Snap to grid) is a function code that manages the images and files without any human intervention. It makes use of an invisible grid to put in line various items on to the computer screen, alongside the vertical and horizontal lines.
1. A
2. D
3. D
4. C
5. Pretty sure it’s A, I could be wrong though
6. A
7. Not sure on this one
8. Either B or D
9. A
10. C
11. D
12. C
13. C
Hope this helps a little bit
total = 0
i = 0
while i < 10:
temp = float(input("Enter Temperature: "))
total += temp
i += 1
print("Sum = "+str(total))
I hope this helps!