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
"
)
;
}
}
}