Check Whether An Inputted Number Is Prime?
Sep 9, 2009
I'm working on a console application in VB .net that checks a number that the user has inputted, and tells you whether the number is prime.
The number that has to be inputted has to be between 1 and 100. I have all the code so far and at the moment it can check whether the number is or isn't within the boundries.
View 4 Replies
ADVERTISEMENT
Oct 8, 2008
Is there an easy way to check whether a number is a prime number? I've tried doing this:[code] url...
View 3 Replies
Oct 12, 2010
Is there an easy way to check whether a number is a prime number? I've tried doing this:
Code:
Public Function IsPrime(ByVal Input As Integer)
Dim NewInput As Integer
[code].....
View 3 Replies
Sep 16, 2011
I'm supposed to write a program that validates an inputted ten digit ISBN number using the check-digit at the end to ensure that the sum is a multiple of eleven. Before calculating this and detecting if the entered number is indeed a valid ISBN, we're required to check the first nine digits and see if they are indeed integers. After this the tenth digit is checked to see if it is "X" (for ten) or 0-9.
With the code I've written it keeps returning false for whether or not the ISBN is valid, even with valid numbers. I feel like its something to do with the hyphens; have I misused the replace function?I'm a little lost on how to make my code work, but I'm fairly certain my logic is okay so far.
[Code]...
View 4 Replies
Mar 18, 2010
I'm making a program for a class, as usual. I need it to grab the smallest number, of the 2 inputted numbers.Well, there is 4 inputted numbers. For instance the user inputs the following:
Price Ounces
20 4
12 4
I divide the numbers, and get 5 and 3.The better buy is going to be item 2, as it is $3 per ounce.But I need the program to grab the smallest number AFTER dividing, and then display that in a label. I need to know how to grab the smallest number. What statement do I use?Odds are, it's something simple and I'm overlooking it.
View 9 Replies
Jan 18, 2010
I've been running through the online "Code Rules" tasks to work through Visual Basic. However I seem to be having a problem with one. The objective is to set a Button Click method to check if any number between 2-5000 is prime or not and to display it in the TextBox if it is prime. Here is what I have so far but it doesn't seem to work.[code...]
View 11 Replies
Mar 2, 2010
I've been running through the online "Code Rules" tasks to work through Visual Basic. However I seem to be having a problem with one. The objective is to set a Button Click method to check if any number between 2-5000 is prime or not and to display it in the TextBox if it is prime. Here is what I have so far but it doesn't seem to work
View 3 Replies
Sep 30, 2009
how do I get the program to check if the inputted word has ascending alphabetical letters
Public Class frmAlphabetical
Private Sub btnPress_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPress.Click
[Code].....
View 4 Replies
Feb 28, 2008
What i'm trying to do is compute whether an integer number is prime or not. The program performs this analysis for all odd numbers from 3 up to an input integer limit, for example 100. If the integer in the range 3 to limit is prime, a message stating so is printed. Otherwise, a message is printed that lists at least one other integer divisor. The output for each analyzed number consumes one line of text.
A sample output is shown below:
Limit is 100:
Number 3: is prime
Number 5: is prime
Number 7: is prime
[CODE]...
I understand I need to use loops, boolean functions, vbmath(), strings and multi-line out via concatenation. So I can put this is words how I think it should be done but not so great putting the code together
Test all integers up to the SQRT of the number (100)
limit = math.sqrt(100) + 1
Followed by 1 For statement
For c = 0 to 100 step 2?
And an If statement
If ......
result = false
View 4 Replies
Mar 14, 2012
I just started to use visual basic last month and I only know the basic codes. No matter how hard I try to understand the codes given by the other member, I can't understand it.So the program I'm making is to show all the inputted values and determine the even numbers, the odd numbers and the prime numbers.I don't know how to get the prime numbers.
Private Sub op1_Click()
a = InputBox("Input Endpoint: ")
For x = 1 To a
[code]....
View 1 Replies
Dec 4, 2010
I have two user inputs (as textboxes) for two numbers I'm looking to check for all the prime numbers with the range of those two numbers and display them within a multiline textbox, however my code returns nothing but zeros, and I have seen easier ways to do it without functions but I am curious as to how to go about calculating primes within the function.[code]...
View 7 Replies
May 10, 2011
I've been trying to create a function that checks if a number is a prime. according to [URL]..I have created a function although It doesn't work as expected.
[Code]...
It sometimes returns true for composite numbers. oh and I know if you google it you get functions that do this, but most of them look inefficient so i'm trying to make my own.
View 4 Replies
May 25, 2010
i wrote some code that is suppose to get the prime number from the user and give its factors but there's some error
Dim t As Double
Dim n As Double
Dim ans As Double
Dim exp1 As Double
[code].....
View 2 Replies
Feb 13, 2011
I have this piece of code which checks whether a given number is prime:
If x Mod 2 = 0 Then
Return False
End If
[code].....
View 8 Replies
Dec 11, 2009
I am not getting an output with a list, I can only get the last number of the statement in a text box.
Dim lowerLimit, upperLimit, primeNumber As Integer
Dim isPrime As Boolean = False
lowerLimit = CType(TextBox1.Text, Integer)
upperLimit = CType(TextBox2.Text, Integer)
While lowerLimit < upperLimit
[Code] .....
View 6 Replies
Jan 4, 2010
How do you make a prime number generator in a windows forms application
View 2 Replies
Mar 3, 2010
I am trying to filter a dataset using a number different inputs, selected by a number of check boxes. I have all the text base rowfilters working, but I can not make the date filter work unless I hard code the datetime into the code. The database is MS Access and I am using VB2008 to show the data. I would like to be able to use a DateTimePicker to set the filter date (without the time part) Also I would need to remove the time section of the datEnterDate. I cannot change the structure of the database fields. Also the datEnterDate is MM/dd/yyyy, because I'm in England I would like to use the format of dd/MM/yyyy if possible
[Code]...
View 10 Replies
Mar 13, 2009
I am trying to make a basic ATM system, iv got all the interface done and I have made the link to my SQL database etc. the part i'm stuck on is how I can run a check to see if a bank card number matches up to the users PIN number. To simulate the user putting a card into the machine I've used a combo box, and that lists all the cards, that haven't been flagged as confiscated (there's a column in my ATMCards table that I can set to true or false) then after the user has selected a relevant card there's another text box where they can enter in their PIN number.
Now what I want to do is, if they chose the card number 1234567890123456 in the combo box and they enter in the PIN 1234 into the text box, then, after clicking the check PIN Button if the pin is correct they need to be taken to another from where they can check their balance etc., and if its wrong they got three attempts after which point i want to flag that card as confiscated.
View 4 Replies
Jul 10, 2009
I got 2 LABELS and ONE BUTTON... when i press the button, it fills both labels with a random number from 1 - 6.ild like to do it like this... you press the button then a little prograss bar starts running for 3 or 4 seconds... and THEN after it reached the bars max i want it to show the numbers in the Labels...
the second thing is...i want to make 2 checkboxes next to the labels... if you mark the first checkbox, next to the first label... and the outcome is that the number of the first label is BIGGER then the other one.. you should get some kind of a msgbox.. i know how to make a msg box... but i dont know the code for vb to check if label1 is > or < than label2....
View 10 Replies
Mar 24, 2010
Is there a way to check if a number in a TextBox is an even or uneven number?
View 8 Replies
Sep 23, 2010
Part of my assignment is to check if input to Group Number and Number of Units are correct input by making error handling exceptions...
I have to check the following:
a) group number is neither 501 nor 062
b) number of units are NOT numbers
c) number of units is NOT a positive number
So my first question is, am I checking correctly? 2nd question is, How do I make sure my Exceptions will pertain to their correct respective things (a, b, and c.. above)?
[Code]...
View 6 Replies
Oct 26, 2009
I'm trying too have values inputted through a text box, and then have the program calculate how much the person will earn in their working life.
Dim Name As String
Dim Salary, Total, Raise As Double
Dim Age, Retire, Count As Integer
[code]....
However, whenever i click the button to calculate, it gives me how much he would have earned after 1 year with 1 raise, but i can't see what i'm missing.
View 8 Replies
Jun 4, 2011
I was trying to get this work, but couldn't find a way to work this out. I'm new to vb.net. In a text box, the user enters a number for example a 9 digit number. I want the user enter to enter a 9 digit number that is starting from 8. if the very first number of that set is not starting with 8 then give a error msg to the user to enter a number starting from 8.
View 1 Replies
Dec 5, 2010
I am in Visual basic 2010 express.The user will input how big the array dimensions will be.
An inputbox will appear asking the user to type each row in the array.
How do use substrings to separate that string in into each box in the array. (probably separated by commas or spaces?)
View 3 Replies
May 13, 2010
how am i going to check if the directory that was inputted in the textbox is a correct directory?
View 2 Replies
Mar 24, 2011
How do I only allow integers to be entered when coding for a calculator in Visual Basic 2008 while allowing real numbers to be displayed as the result of a calculation?I thought I had come up with the solution but I think I may have made a mistake in my coding...
Public Class Form1
Private Sub GroupBox1_Enter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GroupBox1.Enter
End Sub
[code]....
View 4 Replies
Sep 13, 2010
I am a beginner at VB.net programming. this score calculator. The application is suppose to total up a sum of numbers added, show the count, and an average of the numbers inputted. I try using an array to store the inputted values. Now I'm have issues with my loop keeping track of the total. Also, how do I clear out the array to start over?
[Code]...
View 1 Replies
Jun 21, 2010
I'm reading data in from a comma-separated text file and storing the data in an array for later use. Some of the values are to remain as strings, and I need to convert some to integers, for which I was trying to use, for example, integer.parse(ar(0)).
My problem is that the string values are randomly distributed through the text file, so I need to be able to test whether the string can be converted at all before doing the conversion.
View 3 Replies
Aug 20, 2010
I have class representing a unit of measure with a Decimal as the numeric. Just to simplify things for this example, let's say I'm representing centimeters. I'd like to implement a ToString() method for this class. The thing is, if the numeric value is a whole number I'd like to just display the decimal as an integer. Otherwise, I'd like to keep it as a decimal. So, for example, 10.5D centimeters would display as "10.5cm", but 7.0D centimeters should display as "7cm". I'd like this to be fast and simple to read. I have a working solution, but it seems like there should be a better way.Here's a contrived example showing my first crack at it:
Public Property Units As String = "cm"
Public Property NumericValue As Decimal = 10.5D
Public Overrides Function ToString()
[code].....
View 3 Replies
Feb 5, 2006
How do you check to see if a string is a numberic value?
View 7 Replies