Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JerePrograma/FullStackEgg
/ restar
Method
restar
Etapa2POO/Ejercicio3/src/entidad/Operacion.java:59–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
public
int
restar() {
60
int
resta = this.numero1 - this.numero2;
61
System.out.println(
"La resta de los números es: "
+ resta);
62
return
resta;
63
}
64
65
public
int
multiplicar() {
66
int
multiplicacion = 0;
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected