Commit 7f3673a3 authored by Vítor Luís's avatar Vítor Luís

Operação soma

parent 3132a9ba
public class OperacaoSoma implements Operacao {
public double opera(double x, double y) {
return (x + y);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment