Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+19 votes

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.

asked in CSC211_Winter2018 by (1 point)

1 Answer

+7 votes

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.

answered by (1 point)
...