Easy
What's the output of this code
int i1 = 5;
int i2 = 2;
System.out.println(i1/i2);
Author: EL MostafaStatus: PublishedQuestion passed 733 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
What's the output of this code
int i1 = 5;
int i2 = 2;
System.out.println(i1/i2);