Computer Science, asked by sanayganguly, 4 days ago

give the output where a =10, b =20 and c =30

System.out.println(b%c+c/a)​

Answers

Answered by LeeknowYouKnow23
2

Answer:

20&10

Explanation:

as c= garbage value

c=a means c=10

a=b means a= 20

b=c means b= 10

if we print a & b they are 20&10 respectively

Please mark brainliest

Similar questions