Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Hi, Anybody could you Please tell me How to write the
script for Checking whether given number is Prime Number or
not..Thanks in Advance

Answer Posted / nisar

Dim i,num
num=CInt(InputBox("Enter the numbers to limit the
Prime:"))
i = 3
While i <= num
bIsPrime = True
j = 2
While j <= i\2 And bIsPrime
bIsPrime = i Mod j > 0
j = j + 1
Wend
If bIsPrime Then
Wscript.echo("Found a prime number: " & i)
End If
i = i + 2
Wend

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is vbscript a case-sensitive or case-insensitive?

1319


What are the data types supported by vbscript?

1175


Which operator can be used to check if two numbers are equal or not in vbscript?

1216


Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder

2182


What is vbscript procedures?

1196


write a program to display configuration of a local system with the help of vb script.

2171


can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.

2359


What are the uses of vb script?

1094


Explain about the support of asp for vb script functionality?

987


What is the difference between vbscript and vba?

1187


How regexp.execute method works?

1118


Explain about tristate constants in vbscript?

1133


why do u choose to go for testing why cant for devoloping

2114


What are the different types of loops available in the vbscript language?

1036


What is sql loader? Explain the files used by sql loader to load file?

1217