- 11
what is the result of the following code ?
int x = 15; int y = 4; int result = x/y; System.out.prntln(result);
4 Respuestas
0
The answer is 3.
Even though when you put it in a calculator its 3.75, but nonetheless the answer to this question is 3.
- 1
THX
- 1
Help
- 2
thnks for your help bro