Byte Pint
What will be the output of the following code?int a = 5;int b = 2;System.out.println(a/b);
7 months ago | [YT] | 1
Byte Pint
What will be the output of the following code?
int a = 5;
int b = 2;
System.out.println(a/b);
7 months ago | [YT] | 1