I have searched and I cant understand my error.
I have the following
while(logincount < 3){
if (tempuser.equals(actualuser) & (temppass.equals(actualpass))
{
System.out.println("Success");
}
else {
System.out.println("FAIL");
logincount=logincount+1;
}
}
And because I cant copy from CMD; http://puu.sh/2svAo the error tells me its expecting a '>'
So I have tried &,&&, and the 2 I cant find the keys for right now.
Thanks, again sorry if this is stupid, I was downvoted to hell in my last question, so I hope this is 'better' ! :-)