- 4

What is the result of the following code?

int x = 15; int y = 4; int result = x / y; System.out.println(result);

18th Apr 2022, 3:10 PM
Arafat Rahon
Arafat Rahon - avatar
1 Answer
+ 5
You can check it in playground.. https://www.sololearn.com/discuss/333866/?ref=app
18th Apr 2022, 3:18 PM
Jayakrishna 🇼🇳