Posts by Jonathan • 3 points
1 post
-
0
votes1
answer405
viewsQ: How to declare and instantiate a Double vector?
I’m trying to fill a Double vector with 1’s, but I don’t know how to declare and instantiate the variable. double betaParcial[] = null; // 'linha' seria o tamanho do vetor, e pode assumir qualquer…