New Activity
Play Fill in the Blanks Game
____________________ metodoconstructor ;


public ____________________ MetodoConstructor {

public ____________________ ( ) {
System . out . ____________________ ( " Hola Mundo " ) ;
}


public ____________________ ____________________ ____________________ ( String [ ] args ) {

____________________ ____________________ = ____________________ MetodoConstructor ( ) ;
}
}