مستر احمد لو تكرمت
write a program that enter 2 integers, and display the result of each next mathematical processes (+ , - , * , \ , %) for the 2 variable’s in one printf command.
Hint : You may need convert the input to (double) to do the division.