Computer Science, asked by damawafofana, 12 days ago

Int x = 15;
Int y = 3;
Int result = x/y;
System.out.println(result);

Answers

Answered by ichchhakuichchha
0

X=15

Y=3

a/q

X/Y

=15/3

5

hence the answer is 5

Similar questions