write a program to initialize two numbers a and b. calculate a-b if a is greater than b otherwise calculate b-a
Answers
Answered by
0
Answer:
5
Explanation:
Input : a = 21, b = 5
Output : 2
The answers of the Modular Equation are
8 and 16 since 21 % 8 = 21 % 16 = 5 .
Similar questions