Answers for "what is the max value of a int"

C#
6

max int

public const int MaxValue = 2147483647;
Posted by: Guest on June-11-2021
1

max int in java

int a = Integer.MAX_VALUE;
long a = Long.MAX_VALUE;
Posted by: Guest on August-09-2021

C# Answers by Framework

Browse Popular Code Answers by Language