Computer Science, asked by RajaBose, 1 year ago

give output with full steps and show it.

Attachments:

Answers

Answered by kvnmurty
5
For the given piece of Java program, the following are the values of variables during the execution. (For each iteration..)

===================
h       d                d%10
===================
1       32145        5
5       3214          4
20      321           1
20      32              2


OUTPUT printed:

20

kvnmurty: :-)
Similar questions