answersLogoWhite

0

What is a special name for integer?

Updated: 8/21/2019
User Avatar

Wiki User

8y ago

Best Answer

An integer is a whole number without decimals or fractions and they are also rational numbers

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a special name for integer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is integer programming?

Integer programming is a special kind of an optimising problem where the solution must be an integer.


What expression does not name an integer?

what expression does not name an integer


What is the special name of a you shaped graph?

There is not a special name since the graph can represent any function of the form y = (ax + b)2n where a and b are any real constants and n is any positive integer.


Is integer division another name for integer division?

It looks to be the same name.


What is a square root that is an integer or quotient of an integer?

There is no particular name for it.


What is called repeated addition?

It is a special case of multiplication by a positive integer.


Name the smallest integer that is larger than any negative integer?

Zero.


How do you write a integer?

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


Why is an integer have to be a whole number?

A whole number is the common name for an integer. They are the same thing.


What is the product of a given whole number and an integer?

It is a whole number which is another name for an integer.


Name a rational number that is not an integer?

½


How do you convert an integer int a string through parsing?

int <integerName> = <integerValue>; String <StringName> = Integer.toString(<integerName>); /*where integerName is the name of the integer value, integerValue is the assigned value of the integer, and where StringName is the name of the string holding the parsed integer. */