Good I'm doing a function that returns two results.
I have been doing but I get error error could help me.
the code is as follows:
public entidadd calcular()
{
return new Double[] {2,3};
}
public class entidadd
{
double numero1;
dpuble numero2;
}