when you're doing coordibates do you like go up and down first or do you go side to side first?

ii^ii
|
| d
a |
< __________|__________>side to side
o |
|
| c
ivi
up down

sorry it messed up (-_\-) I tried to make a coordinate graph but it didnt work

usually the horizontal value is listed first. Coordinates are usually (x,y), but the names may be different.

When working with coordinates, the order in which you go up and down and side to side depends on the coordinate system you are using. There are two commonly used coordinate systems: the Cartesian coordinate system and the geographic coordinate system.

1. Cartesian Coordinate System (x, y):
In the Cartesian coordinate system, the horizontal axis is called the x-axis, and the vertical axis is called the y-axis. To specify a point in this system, you first move horizontally (side to side) along the x-axis and then move vertically (up and down) along the y-axis. This sequence can be remembered using the phrase "x comes before y."

For example, in the given diagram, if you want to move from point "a" to point "c", you would first move along the x-axis from "a" to "b" (side to side) and then move along the y-axis from "b" to "c" (up and down).

2. Geographic Coordinate System (latitude, longitude):
In the geographic coordinate system, also known as the latitude-longitude system, coordinates are used to represent locations on the Earth's surface. In this system, the vertical axis represents latitude (North and South positions), and the horizontal axis represents longitude (East and West positions).

To specify a point using latitude and longitude, you typically start by determining the latitude (up and down) and then the longitude (side to side). However, it's important to note that the convention of writing latitude before longitude or vice versa can vary depending on the specific coordinate format being used.

In the given diagram, if you are referring to geographic coordinates, you would start by determining the latitude (up and down) and then the longitude (side to side).

In summary, the order in which you move up and down or side to side when working with coordinates depends on the coordinate system being used - whether it's the Cartesian coordinate system (x, y) or the geographic coordinate system (latitude, longitude).