4.Write a program to get the string in array and print that?
or
Without using loop print the array.

Answer Posted / srigar s

Search the various example in the google

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ur porject Architecture? If anyone ask what i have to specify here..

1491


WHAT IS MAIN IMPORTANT THING IN SOFTWARE?

1723


A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.

1786


write a sql qwery which include joining of two tables 4 marks mainframe

1494


What are events in smartforms?

1783






Why did you ever become involved in QA/testing?

1609


how will you code the subfile which is in editing mode (multiple case subfile)?

1604


what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!

2903


how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out

1494


Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".

1957


what are other resources are needed for this mantis?

1520


what are all the validation we need to perform in data stage?

1947


SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?

1517


Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)

763


Is buffer size and file block size is similar? If similar,at which case it will be same size?

1738