Input = 124
output should be 124421
Please do not use any string functions/variables
Answer Posted / bibhu
Hi Eswar,
The catch here is to not using any vb script functions
Thanks,
Bibhu
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 2 ways in which a variable can be declared in the vbscript language?
Which command is used for writing text on a page?
Mention what is the use of option explicit in vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
How will you reverse a string in vbscript?
what is the features of visual basic?
Explain few date functions in vbscript?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Mention when to use function procedures and what are its characteristics?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
about vb scripting programs this type of all question& answers
Which data type/types are supported by vbscript language and what are their specialties?
How will you get a string with the specified character the specified number of times in vbscript?