About double [ ] and splice

edited October 2017 in Programming Questions

Hi, Can someone explain why this doesn't work ? double[] xx; xx=new double[0]; double x = Double.parseDouble("3.14151517786456"); xx=splice(xx,x,xx.length);

I got this error message cannot convert from Object to double[]. A way to fix it ? Thank you

Tagged:

Answers

Sign In or Register to comment.