With out using division operation (/
) in java, write a program for division of numbers.
Suppose lets consider two number a=10
and B=7
i want reminder to be printed in the console of the program.
With out using division operation (/
) in java, write a program for division of numbers.
Suppose lets consider two number a=10
and B=7
i want reminder to be printed in the console of the program.