Доброй ночи, Прошу подсказать в чем же заключается ошибка при данном методе решения. Пробовал несколькими способами, так же созданием отдельного класса, который считает и передает параметры через глобальную переменную в класс fight. Так же пробовал if((this.strength > strength) && (this.weight > this.weight) && (this.age > age)) return true; if((this.strength > strength) && (this.weight < weight) && (this.age < age)) return false; if((this.strength > strength) && (this.weight > weight) && (this.age < age)) return true; if((this.strength > strength) && (this.weight < weight) && (this.age > age)) return true; if((this.strength < strength) && (this.weight > weight) && (this.age > age)) return true; if((this.strength < strength) && (this.weight < weight) && (this.age > age)) return true; if((this.strength < strength) && (this.weight > weight) && (this.age < age)) return true; if((this.strength < strength) && (this.weight < weight) && (this.age < age)) return true;