What is an integer variable ?

1 Answer

Answer :

A variable whose value is an integer is called an integer variable or integer variable.

Related questions

Description : Which is not the main feature of DEC Alpha: a. 64 Bit RISC processor b. Designed to replace 32 VAX(CISC) c. Seven stage split integer/floating point pipeline d. Variable Instruction length

Last Answer : d. Variable Instruction length

Description : If a variable is declared final, it must include ...................... value. A) integer B) no C) initial D) float

Last Answer : C) initial

Description : If a is an integer variable, a=7/3; will return a value A) 2.5 B) 3 C) 0 D) 2

Last Answer : D) 2

Description : Can you find the smallest radius sphere that has points with integer values?

Last Answer : answer:When you say that there will be 42 points if the x y z are unique, did you mean 48? There are six ways to arrange the numbers and eight combinations of the signs. Besides that, one ... could find a pattern as to which radii cause multiples of eight, we could limit the number of solutions.

Description : How can 1-2+3-4+5.... = 1/4 what isn't a integer?

Last Answer : I give up. How?

Description : What is the smallest integer you can think of that is not interesting?

Last Answer : I think it’s 3. All interest ends with the awesome 2 – the only even prime number.

Description : Can I set a 'limit' on an integer value in a java applet?

Last Answer : At the beginning of the function, always check to see if ‘nowplaying’ is > 9. If it is, set it to 0 and then have the function run normally. I’m familiar with C++, so I can’t really help you with the syntax, but this should be pretty easy.

Description : Write the given sets in roster form: (a). P = {y: y is an integer and -4 < y < 6}. (b). Q = {y: y is a natural number which is

Last Answer : (i) A = {x: x is an integer and †3 < x < 7} The elements of this set are †2, †1, 0, 1, 2, 3, 4, 5, and 6 only. Therefore, the given set can be written in roster form as A = {†2, †... and 80 only. Therefore, this set can be written in roster form as C = {17, 26, 35, 44, 53, 62, 71, 80}}.

Description : 2. Show that any positive odd integer is of the form 6q + 1, or 6q + 3, or 6q + 5, where q is some integer. -Maths 10th

Last Answer : Let a be any positive integer and b = 6. Then, by Euclid’s algorithm, a = 6q + r, for some integer q ≥ 0, and r = 0, 1, 2, 3, 4, 5, because 0≤r

Description : Use Euclid’s Division Lemma to show that the cube of any positive integer is either of the form 9m, 9m + 1 or 9m + 8 -Maths 10th

Last Answer : Let us consider a and b where a be any positive number and b is equal to 3. According to Euclid's Division Lemma a = bq + r where r is greater than or equal to zero and less than b (0 ≤ r < b) a = 3q + r so ... 8 Where m = (3q3 + 6q2 + 4q)therefore a can be any of the form 9m or 9m + 1 or, 9m + 8.

Description : Show that any positive odd integer is of the form 6q + 1, or 6q + 3, or 6q + 5, where q is some integer. -Maths 10th

Last Answer : Let a' be any positive integer and b = 6. ∴ By Euclid's division algorithm, we have a = bq + r, 0 ≤ r ≤ b a = 6q + r, 0 ≤ r ≤ b [ ∵ b = 6] where q ≥ 0 and r = 0,1, 2, 3, 4, ... numbers. Therefore, any odd integer can be expressed is of the form 6q + 1, or 6q + 3, or 6q + 5 where q is some integer

Description : If a is a positive rational number and n is a positive integer greater than 1, prove that an is a rational number . -Maths 9th

Last Answer : We know that product of two rational number is always a rational number. Hence if a is a rational number then a2 = a x a is a rational number, a3 = 4:2 x a is a rational number. ∴ an = an-1 x a is a rational number.

Description : Show that x + a is a factor of xn + an for any odd +ve integer n. -Maths 9th

Last Answer : Let f(x) = xn + an x + a will be the factor of xn + an if f(-a) = 0 Now f(-a) = (-a)n + an = 0 (since n is a odd +ve integer) Thus (x +a) is a factor of xn + an .

Description : If a is a positive rational number and n is a positive integer greater than 1, prove that an is a rational number . -Maths 9th

Last Answer : We know that product of two rational number is always a rational number. Hence if a is a rational number then a2 = a x a is a rational number, a3 = 4:2 x a is a rational number. ∴ an = an-1 x a is a rational number.

Description : Show that x + a is a factor of xn + an for any odd +ve integer n. -Maths 9th

Last Answer : Let f(x) = xn + an x + a will be the factor of xn + an if f(-a) = 0 Now f(-a) = (-a)n + an = 0 (since n is a odd +ve integer) Thus (x +a) is a factor of xn + an .

Description : Let R be a relation on the set of integers given by a = 2^k .b for some integer k. Then R is -Maths 9th

Last Answer : (c) equivalence relationGiven, a R b = a = 2k .b for some integer. Reflexive: a R a ⇒ a = 20.a for k = 0 (an integer). True Symmetric: a R b ⇒ a = 2k b ⇒ b = 2-k . a ⇒ b R a as k, -k are both ... = 2k1 + k2 c, k1 + k2 is an integer. ∴ a R b, b R c ⇒ a R c True ∴ R is an equivalence relation.

Description : An integer is chosen at random from the first two hundred positive integers. What is the probability that the integer chosen is divisible by 6 or 8 ? -Maths 9th

Last Answer : As there are 200 integers, total number of exhaustive, mutually exclusive and equally likely cases, i.e, n(S) = 200 Let A : Event of integer chosen from 1 to 200 being divisible by 6⇒ n(A) = 33 \(\bigg(rac{200}{6}=33rac{1}{3}\ ... (rac{25}{200}\) - \(rac{8}{200}\) = \(rac{50}{200}\) = \(rac{1}{4}\).

Description : If an integer P is chosen at random in the interval 0 ≤ p ≤ 5, the probability that the roots of the equation x^2 + px -Maths 9th

Last Answer : answer:

Description : Consider the following statements : 1. a^n + b^n is divisible by a + b if n = 2k + 1, where k is a positive integer. -Maths 9th

Last Answer : Statement (1) is correct as for k = 1, n = 2 × 1 + 1 = 3. ∴ a3 + b3 = (a + b) (a2 + b2 – ab) which is divisible by (a + b), statement (2) is also correct as for k = 1, n = 2, ∴ a2 – b2 = (a – b) (a + b) which is divisible by (a – b).

Description : Single and double are the types of (a) Integer data type (b) Decimal numbers -Technology

Last Answer : (d) Date/Time will be the data type because it allows storing date and time format.

Description : An integer takes a storage size of (a) 2 bytes (b) 1 byte -Technology

Last Answer : (a) An integer takes a storage size of 2 bytes.

Description : It is not important to specify an integer value as the width of the border of an image. -Technology

Last Answer : False Width takes an integer values that are in pixels.

Description : Rewrite the following code using switch case: int day=Integer.parseInt(jTextField1.getText()); -Technology

Last Answer : int day=Integer.parseInt(jTextField1.getText());switch(day){case 1:case 2:case 3:case 4:case 5:jOptionPane1.showMessageDialog(this, 'Working Day'); break;case 6:case 7:jOptionPane1.showMessageDialog(this, 'Off Day'); break;default:jOptionPane1.showMessageDialog(this, 'Invalid Entry');}

Description : TypeError: only integer scalar arrays can be converted to a scalar index -Web-Development

Last Answer : answer:

Description : Python: TypeError: 'numpy.float64' object cannot be interpreted as an integer -Web-Development

Last Answer : answer:

Description : Python : round up an integer to the next tens or hundreds -Web-Development

Last Answer : answer:

Description : is -10/12 a integer?

Last Answer : -22

Description : Is 9.9 a natural,whole,integer, rational,irrational, or real number?

Last Answer : rational

Description : What is the effect of dividing an integer by a real quantity?

Last Answer : You may get a real answer, or not (if the divisor is 0).

Description : is 9.5 a rational or integer?

Last Answer : it is a ratinal

Description : is 7/5 rational or integer?

Last Answer : 1.4

Description : If n is a positive integer, then the number of terms in the expansion of `(x+a)^n` is

Last Answer : If n is a positive integer, then the number of terms in the expansion of `(x+a)^n` is

Description : If `a lt 0` and n is any odd integer, then the sign of `root(n)(a)` is _______

Last Answer : If `a lt 0` and n is any odd integer, then the sign of `root(n)(a)` is _______

Description : If `a gt 0` and `n` is any positive integer, then the sign of `root(n)(a)` is _______.

Last Answer : If `a gt 0` and `n` is any positive integer, then the sign of `root(n)(a)` is _______.

Description : The positive integer value of `n gt 3` satisfying the equation `(1)/(sin((pi)/(n)))=(1)/(sin((2pi)/(n)))+(1)/(sin((3pi)/(n)))` is

Last Answer : The positive integer value of `n gt 3` satisfying the equation `(1)/(sin((pi)/(n)))=(1)/(sin((2pi)/(n)))+(1)/(sin((3pi)/(n)))` is

Description : The least positive integer x, which satisfies the inequality `log_(log(x/2)) (x^2-10x+22) > 0` is equal to

Last Answer : The least positive integer x, which satisfies the inequality `log_(log(x/2)) (x^2-10x+22) > 0` is equal to A. `3` B. `4` C. `7` D. `8`

Description : Let `a`, `b`, `c`, `d` are positive integer such that `log_(a)b=3//2` and `log_(c)d=5//4`. If `a-c=9`, then value of `(b-d)` is equal to

Last Answer : Let `a`, `b`, `c`, `d` are positive integer such that `log_(a)b=3//2` and `log_(c)d=5//4`. If `a-c=9` ... ` is equal to A. `20` B. `93` C. `10` D. `1`

Description : Solve for `x` (where `[*]` denotes greatest integer function and `{*}` represent fractional part function) `(i) [2x]=1` `(ii) {x}^(2)+[x]=2` `(iii) 6{

Last Answer : Solve for `x` (where `[*]` denotes greatest integer function and `{*}` represent fractional part function) `(i) [2x]=1 ... 0` `(iv) 6{x}^(2)-5{x}-1=0`

Description : Solve the following inequalities (where `[*]` denotes greatest integer function and `{*}` represent fractional part function) `(i) [x+[x]] lt 0` `(ii)

Last Answer : Solve the following inequalities (where `[*]` denotes greatest integer function and `{*}` represent fractional part ... `(iii) {x} lt (1)/(2)`

Description : Solve the following equations (where `[*]` denotes greatest integer function and `{*}` represent fractional part function and sgn represents signum fu

Last Answer : Solve the following equations (where `[*]` denotes greatest integer function and `{*}` represent fractional part function ... 2[x]=3x`, `0 le x le 2`

Description : Solve the following equations (where `[*]` dentoes greatest integer function and `{*}` represent fractional part function) `(i) 2[x]+3[x]=4x-1` `(ii)

Last Answer : Solve the following equations (where `[*]` dentoes greatest integer function and `{*}` represent fractional part function) ... }` `(iii) [x]+2{-x}=3x`

Description : A number n is a perfect cube only if there is an integer m such that n=__________

Last Answer : A number n is a perfect cube only if there is an integer m such that n=__________

Description : How many regular polygons have integer values for their interior angles?

Last Answer : If the interior angle of a regular polygon is an integer, then so is the exterior angle.For a regular polygon, the exterior angles are all the same and can be calculated as 360° number of sides; for ... 180, 360 sides (not really met, so you can look up the names if you are really interested).

Description : What equation is a integer?

Last Answer : An integer is not an equation, but rather a counting number.

Description : What is the integer that represents the correct answer an airplane climbing to an elevation of 26000 ft?

Last Answer : 1

Description : Is negative 19 an integer?

Last Answer : Yes because it is a whole number

Description : What is 5 yards written as an integer?

Last Answer : It is already an integer as 5

Description : What integer would represent ten degrees below 0?

Last Answer : -10

Description : What does it mean if an integer is closed?

Last Answer : You don't say that "an integer is closed". It is the SET ofintegers which is closed UNDER A SPECIFIC OPERATION. For example,the SET of integers is closed under the operations of addition andmultiplication. ... integers in this case) will again give you a member of theset (an integer in this case).