Chat with our AI personalities
$n = 10*(1+10)/2;
Function isPrime(ByVal n As Integer) As Boolean If n < 2 Then Return False End If Dim sqrtn As Integer = Math.Sqrt(n) + 1 For i As Integer = 2 To sqrtn If (n Mod i) = 0 Then Return False End If Next Return True End Function
Integers only just need to be put with no negative signs. You do not need a special symbol, just eliminate negative signs in front of the number is there are any. Example: integer of 6 = 6 integer of -2 = 2 integer of -1025614 = 1025614 integer of 93 = 93
It is positive as for example: -2*-2*-2*-2 = 16
26/13 can be simplified to 2/1 or just 2. Since the answer is an integer, there is no sensible mixed number, but if you had to, you could write it as 20/n where n is ANY non-zero integer.