Computer Science, asked by samarpitalds, 7 months ago

Please solve this question as fast as possible in Java. ​

Attachments:

Answers

Answered by Suraj1935
0

Explanation:

Given two numbers ‘num’ and ‘divisor’, find remainder when ‘num’ is divided by ‘divisor’. The use of modulo or % operator is not allowed.

Examples :

Input: num = 100, divisor = 7

Output: 2

Input: num = 30, divisor = 9

Output: 3

Answered by saurabhkumar47pakwtj
0

Explanation:

read the answer of your 7 question

Similar questions