Fill in the Blanks Completando códigoOnline version resuelve el código correctamente colocando las palabras que faltan by José Beltran Flores 1 public else in println main nextLine Scanner void out Main pass System args equals import java . util . Scanner ; class { static ( String [ ] ) { Scanner dato = new ( System . ) ; . out . ( " Introduce el password " ) ; String = dato . ( ) ; if ( pass . ( " pc2101 " ) ) { System . out . println ( " Correcto " ) ; } { System . . println ( " Incorrecto " ) ; } } }