fr
fr

Question from the Java - Fundamentals test

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

Medium

What's the output of this code

int i1 = 5;
int i2 = 2;
System.out.println(i1/i2);
Author: EL Mostafa FadiliStatus: PublishedQuestion passed 1141 times
Edit
4
Community Evaluations
developer avatar
Heinz
21/01/2025
effectivement