You are on page 1of 1

Principal.

java public class Principal { public static void main(String[] args) { Interface aInterface = new Interface(); Retangulo oRetangulo = aInterface.criaRetangulo(); aInterface.mostrarResultado(oRetangulo.calculaPerimetro()); } }

Page 1

You might also like