Write a PHP program to compute the sum of the two reversed numbers and display the sum in reversed form.
Input : 13, 14
Note : The result will not be unique for every number for example 31 is a reversed form of several numbers of 13, 130, 1300 etc. Therefore all the leading zeros will be omitted.
Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer