you are supposed to get a number. Try to draw the three lines in a (x,y)-coordinatesystem, then you see that the lines enclose a area. Then you integrate 1 over this area to get the area.
A quick example:
lets say you have the triangle given enclosed by the a-axis, the y-axis and the line y=1-x. This corespons to the triangle with coners (0,0),(0,1) and (0,1) (again if in doubt draw the line in a coordinatesystem). This triangle you know have area ½, because you know the area formula of a triangle but you can always get it by intagration.
\int_0^1 \int_0^{y=1-x} 1 dy dx = \int_0^1 [y]_0^{y=1-x} dx = \int_0^1 1-x dx = [x-1/2x^2]_0^1 = 1-1/2 \cdot 1^2 = 1/2
think of it as you choose a fixed x on the x-axis, then integrate along the y-axis, when you draw the triangle you clearly see that you have to start at 0 always, but depending where you are on the x-axis (the x you chose), you need only to go up to y=1-x or else you get out of the triangle, next when you integrate along the x-axis you "add" togheter the contribution of each of the lines from 0 to y=1-x, a contribution from each x you choose between 0 and 1 on the x-axis (hope this makes sense to you).
As you see i decided to integrate with respect to y first because then i didn't have to isolate x in y=1-x, but i could just as well have written x=1-y and then
\int_0^1 \int_0^{x=1-y} 1 dx dy = \int_0^1 [x]_0^{x=1-y} dy= \int_0^1 1-y dy = [y-1/2y^2]_0^1 = 1-1/2 \cdot 1^2 = 1/2
the reason you are asked to decide wether to integrate with respect to x or y first is that sometimes you can't peform the integral if you choose the wrong first, fx. it could be impossible to isolate x in the equation, or when you do it the one way around you simply get something that can't be integrated analytically. If you can't figure out what to integrate first, then try to do both, because it's a good exercise to see what goes wrong if you do the wrong thing.