Darned Boolean Variables

I swear I’m doing it right. This is 91% done and they are asking me to set the boolean variable equal to true.

public class Generalizations {
public static void main(String args) {

	boolean isComplete; ("true") ;
	int awesomeLevel;
	int epicLevel;		
	/*System.out.println(epicLevel);*/

If you know what my problem is, please let me know.

boolean isComplete = true;