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
Mention how to create a cookie using vbscript?
Explain the adodb.stream class?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
There are 5 web pages.write a script to click the button on 4th web page.
What are class variables?
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
How will you get a string with the specified character the specified number of times in vbscript?
Mention how you can call vbscript functions?
What is the difference between do until loop and do while loop?
How will you get a combined string from array of string in vbscript?
what is the use of QCUtil? explain with one example?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
Mention what is vbscript procedures?
Description.Create