answersLogoWhite

0

What else can I help you with?

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.


What is any number can be written as a fraction any number without decimal or reaction and any number with decimal portions that end or repeat?

Any number can be expressed as a fraction, which is a ratio of two integers, where the numerator is any integer and the denominator is a non-zero integer. Numbers without decimals or those with terminating or repeating decimal portions are considered rational numbers. This includes whole numbers, fractions, and decimals that either end after a certain number of digits or repeat indefinitely. Thus, all rational numbers can be represented in fractional form.


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


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.