answersLogoWhite

0

It is 120000, exactly as it appears in the question!

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the numeric value 120000?

120000


How do you write 120000 in numerical value?

120000


How is 120000 written in integer?

Exactly as it is 120,000 which is 1.2*105 in scientific notation


How do you get the absolute value of positive integer?

The absoluate value of a positive integer is the integer itself.The absoluate value of a positive integer is the integer itself.The absoluate value of a positive integer is the integer itself.The absoluate value of a positive integer is the integer itself.


What is a absolute value of a negative integer?

The absolute value of an integer is the integer with a positive sign.


What is the absolute value of an integer of its numerical value of its numerical value?

The absolute value of an integer is the integer with no sign. The absolute value of +3 and -3 is 3.


What s the absolute value of a positive integer is a negative integer?

The absolute value of a positive integer is always a positive integer. It represents the distance of that integer from zero on the number line, which is always a non-negative value. Therefore, it is not possible for the absolute value of a positive integer to be a negative integer.


What do integers and absolute value have to do with each other?

The absolute value of an integer is the value of the integer without regard to its sign. The absolute value need not be an integer.


What is 3 percent of 120000 pounds?

3% of 120000 = 3% * 120000 = 0.03 * 120000 = 3600


When does a positive integer and a negative integer equal a positive integer?

When they are added together and the absolute value of the positive integer is bigger than the absolute value of the negative integer or when the negative integer is subtracted from the positive integer.


Is an integer and it's absolute value are always opposites?

No, an integer and its absolute value are not always opposites. The absolute value of an integer is always non-negative, while the integer itself can be negative, zero, or positive. For example, the integer -5 has an absolute value of 5, which are opposites, but the integer 0 has an absolute value of 0, making them the same. Thus, they are only opposites when the integer is negative.


How do you turn a positive integer into a negative integer in programming?

Store the absolute value of the desired integer in a variable. Multiply the absolute value by two. Substract the new integer by the old integer.