You are viewing a single comment's thread. Return to all comments →
in C# you can initialize it like var maxValue = int.MinValue too.
var maxValue = int.MinValue
Seems like cookies are disabled on this browser, please enable them to open this website
2D Array - DS
You are viewing a single comment's thread. Return to all comments →
in C# you can initialize it like
var maxValue = int.MinValue
too.