i have public static boolean dominant(int a, int b, int c) and am confused as to why its saying I dont have an identifier.
I'm not really sure why you are getting that identifier error. I can tell you however that you don't need a while loop for the problem. In fact, you could solve it with just one line that is a return statement.