You would still need to declare and assign values to the uname# and pword# variables.
boolean b1 = username1.equals(uname1); boolean b2 = username1.equals(uname2); ... if (b1 || b2 !! ...)
boolean b1 = username1.equals(uname1); boolean b2 = username1.equals(uname2); ... if (b1 || b2 !! ...)