MCPcopy Create free account
hub / github.com/JerePrograma/FullStackEgg / main

Method main

Etapa2POO/Ejercicio3/src/main/Main.java:18–26  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

16public class Main {
17
18 public static void main(String[] args) {
19 Operacion operacion1 = new Operacion();
20
21 operacion1.crearOperacion();
22 operacion1.sumar();
23 operacion1.restar();
24 operacion1.multiplicar();
25 operacion1.dividir();
26 }
27}

Callers

nothing calls this directly

Calls 5

crearOperacionMethod · 0.95
sumarMethod · 0.95
restarMethod · 0.95
multiplicarMethod · 0.95
dividirMethod · 0.95

Tested by

no test coverage detected