Fill in the Blanks Completando códigoOnline version resuelve el código correctamente colocando las palabras que faltan by José Beltran Flores 1 nextLine Scanner in args pass equals Main out else main public println System void 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 " ) ; } } }