Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Dynamic double

  Asked By: Leona    Date: Jan 14    Category: Java    Views: 554
  

I need to create a dynamic double[][].
I'm not being able to do this. The only way I can create a double[][] is
like this

double d[][] = new double[][]{ {1,2,3,4,5}
{6,7,8,9,10} }

Any ideas on how to create this dynamically ?

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Dynamic double Or get search suggestion and latest updates.




Tagged: