You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line no. 24 it has given
land[ak][l] = 0; but when I was trying to run this code an error through out to me that [ak] cannot be defined
So everyone should carefull about that line , that line should be
land[k][l] = 0;
The text was updated successfully, but these errors were encountered:
In line no. 24 it has given
land[ak][l] = 0; but when I was trying to run this code an error through out to me that [ak] cannot be defined
So everyone should carefull about that line , that line should be
land[k][l] = 0;
The text was updated successfully, but these errors were encountered: