p(x) = x⁴ + 2x + 3 , g(x) = x² – x
Answers
Answered by
0
Answer: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
Step-by-step explanation:
Similar questions