Write An Algorithm that receive a number which consists of number of digits such as (56314), the algorithm should find the following a.. The reverse of the entered number, Example: Reverse of 56314= 41365 b. The sum of even digits for entered number, Example Sum (56314)=10 c. The highest digit in entered number, Example Max-digit in (56314)=6 d. The Min digits in entered number, Example Min-digit in 56314 = 1