int a=4857 i need output as 7584.without using any inbuild
function?
Answer Posted / mogal
a = 4857
Do while ( a>0 )
num = a mod 10
a = a / 10
output = output & num
loop
print output
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How will you check that a variable is an array in vbscript?
how to operate webobjects in a webpage using getobject function and then using generic methods?
Explain about filter expression?
How will you get the largest subscript of an array in vbscript?
Explain vbscript in detail?
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
What are the different types of operators and their order of precedence?
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
Which operator is used to concatenate the 2 values in the vbscript language?
What is difference between vbscript and vba?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
wht must be the interview question on corinthian information technology solutions incorporated.
Explain some uses of vb script?
Explain about scrrun.dll in vbscript?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?