int a=4857 i need output as 7584.without using any inbuild
function?
Answer Posted / r.singh
varnum=4857
vartemp=0
while(varnum/10)>0 then
vartemp=(vartemp*10)+(varnum mod 10)
varnum=varnum/10
wend
rev=vartemp
msgbox rev
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
how to increase the values in text box in a given text box increament by two values by clicking on button
please can you help me to get a code of flames using a visual basic 6
Explain the asc function?
Explain sga memory structures?
How to create a cookie using vbscript?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
How to create a function in vbscript?
How regexp.execute method works?
Compare java script and vb script?
how to operate webobjects in a webpage using getobject function and then using generic methods?
how to increasing the numbers in a given text box please write a vb script
Illustrate briefly about the different types of statement
How will you convert a string to lower case string using vbscript?
When to use function procedures and what are its characteristics?