answersLogoWhite

0

Does an integer repeat or end?

Updated: 9/19/2023
User Avatar

Wiki User

13y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Does an integer repeat or end?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can an integer repeat in the range?

Yes.


Why do decimals repeat?

Decimals repeat because there is no definite end. In these, you can end the repeat by rounding up... (Exp: 4.44444444444444... would be 4.45 or 4.445 or 4.4445, etc.


Do pi's digits repeat or end?

The digits of pi neither repeat or end. They go on forever, but they do not repeat themselves. (Pi is a irrational number, it cannot be written as a fraction).


Write program that read an integer and display all its smallest factors?

All the smallest factors of a number must be its smallest factor, which for any number is 1, so: loop loop loop print "Enter an integer number: ": input n until num(n) do print "Please enter a number" repeat until n = int(n) do print "Please enter an integer" repeat print "Smallest factor of ":n:" is 1" repeat


Da Capo means to repeat from?

It means repeat from the beginning to the "Fine" (end).


What cannot yield an integer when divided by 10?

Any integer that is a multiple of 10 (those are the ones that end with 0) will yield an integer if you divide it by 10. Anything else will not.


What is the difference between subtracting a negative integer and adding a positive integer?

In the end, there is no difference because subtracting a negative integer is the same as adding a positive integer. 1-(-1)=2 1+1=2


Numbers that never end or repeat?

Irrational numbers.


Write a program in vb to check whether a no is prime or not?

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


How do you write a program in VB to compare three number and print larger number?

' Return the maximum of a,b,c Function max(ByVal a As Integer, ByVal b As Integer, ByVal c As Integer) As Integer Dim maxAB As Integer maxAB = Math.Max(a, b) Return Math.Max(maxAB, c) End Function


Is there any websites that repeat songs forever for free?

aimini.net is a great site, and it has foreign songs, as well, and videos and pictures it repeats the same song over and over unless you pause/stop it


What happens when you half an odd number?

You end up with an integer and a fraction. The integer is half of (one less than the one you started with), and the fraction is a half.