Below is my source code to reverse (as in mirror) the given number. I need to reverse the number using reverse method of arrays.
var a = prompt(\"Enter a va
Apply Logic of reversing number in paper and try,and you have to care about dividing because it gives float values thats why we have to use parseInt().