FormasInterface.java 182 Bytes
Newer Older
willgonzz committed
1 2 3 4 5 6 7
import java.util.logging.LogManager;

public interface FormasInterface{
    public boolean cartelesRectangulo(String texto);
    public boolean cartelesCirculos(String texto);
    
}