I\'m new in programing and I like it pretty much. I\'ve just downloaded Eclipse and I got an error I can\'t help me with. Unfortunately it\'s in German but the meaning is someth
I found another error.
public int (int carry) // Setting carry into the elevator { currentCarr = carry; if (currentCarr != 0) { fillCondition = true; return 1; } else { return 0; } }
Method can't be called 'int'. This name is reserved by the Java language.