Computer Science, asked by ravi0821, 7 months ago

write a program to find and display the percentage difference, when a number is updated from 7.5 to 7.2<br /><br />please give the program ​

Answers

Answered by sanya2004srivastav
1

Answer:

Explanation:

Input: a = 20, b = 25

Output: 25%  

Difference between 20 and 25 is 5,  

which is 25 % of 20.

Input: a = 25, b = 20

Output: -20%  

Similar questions