E- Help By Royal Praveen D'souza

Write a program to find the Sum of digit and check palindrome or not and display the results in text box and label. ... r = n Mod 10. rev = rev * 10 + r. sum = sum + r. n = n / 10. ... Design a simple calculator to perform addition, multiplication, subtraction and division. It should contain digits 0- ... ................
................