Interviewer And Interviewee Guide

Automation Testing Interview Question:

Suppose a[0]=I
a[1]=N
a[2]=D like that it gos
.
.
out put we need INDIA?

Submitted by: Administrator
option Explicit

Dim Str, i, arr_len

Dim arr(10)

arr(0)="I"
arr(1)="N"
arr(2)="D"
arr(3)="I"
arr(4)="A"



arr_len=Ubound(arr)

for i=0 to arr_len

Str=str&arr(i)
next

msgbox Str
Submitted by: Administrator

Read Online Automation Testing Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.