System.Console.WriteLine(int.MaxValue);
This line gives me the answer of 2,147,483,647 as I have a 32-bit PC.
2,147,483,647
Will the answer be s
Yes.
int.MaxValue: 2,147,483,647
Source: https://www.dotnetperls.com/int-maxvalue