Ver Mensaje Individual
  #8 (permalink)  
Antiguo 15/04/2006, 10:51
Avatar de TolaWare
TolaWare
Colaborador
 
Fecha de Ingreso: julio-2005
Mensajes: 4.352
Antigüedad: 19 años, 4 meses
Puntos: 24
algo asi es lo que buscas:
Código:
 int cuadrante(int x,int y){
    if(x>X0){
        if(y>=Y0)
            return 1;
        else
            return 4;
    }
    else {
        if(y>YO)
            return 2;
        else
            return 3;
    }
}
__________________
http://blog.tolaware.com.ar -> Blog de Java, Ruby y Linux