Question from the Java - Fundamentals test

Print the result of the division of 5 by 2 in Java

Easy

What's the output of this code

int i1 = 5;
int i2 = 2;
System.out.println(i1/i2);
Author: EL MostafaStatus: PublishedQuestion passed 287 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!