Write a program to find whether a given number is prime or not.
No Answer is Posted For this Question
Be the First to Post Answer
which book we learned this mantis? how many version are realsed this mantis upto now?
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?
What is autocall macro and how to create autocall macro? what is the use of it?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
when will triggars the at new event in abap and web dybn pro?
What is the difference between procedure -oriented language and object oriented language?
22 Answers IBM, Infosys, TCS,
what is difference between sap and java ?
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.
will it allow to add same value in HashMap class.
difference between mantis and other tools?
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set