I have the following line of code calificacion [0] = 3.5,4.2,4.6,5.0,4.5,4.0;
I would like to know why I get an error when executing it, I know that it is because of the way it separates the numbers that I put in the vector and they are in double
. I do not know which is the correct way to separate the numbers in double
. I hope you can help me, thanks.
I'm working on Java with vectores
.