Hai
I am inteested in adding elements to 2D array.
So i do like this
i have always one input as prod id ; where i get from parameter
then the for loop
Code:
int n = productsid;
for( row=0;row<10;row++) {
year2007[n][row] = (float) tot;
}
but when i display my array
i dont get the prod id?? what ican do ??