Computer Science, asked by Usernameis9790, 14 hours ago

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 rohankumarVIID
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