Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
fraantic
Posts
Comments
C
C#
•
Created by fraantic on 12/21/2024 in
#help
How can I check if an index of a 2d array is out of bounds?
tittle
if
(array[value1][value2]
==
outOfBounds) {
// do smth
}
if
(array[value1][value2]
==
outOfBounds) {
// do smth
}
3 replies