answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is an variable whose value is greater than zero?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Could the value of the variable be greater than 12.50?

The unknown value of the variable could be greater, less or even equal to 12.50


What is a variable whose value is less than a zero?

H


A variable thats value is greater than zero?

yyyeeess


Power whose value is greater than 100?

101


When a is divided by a fraction greater than zero and less than 1?

The result is a number whose absolute value is greater than a.


What is the number that represents the variable in-7 x greater than or equal to 18?

The number that represents the variable in-7 x greater than or equal to 18 can be a lot of numbers . In -7x x is the variable and its minimum value to make it greater than 18 is -3 . -7 * -3 = 21 which is greater than 18.


What fractions whose value is greater than or equal to 1 called?

Fractions that are greater than one are known as improper or 'top-heavy' fractions as the numerator is greater than the denominator.


What value of the variable x makes the inequality of x is greater than 4 true?

Any value of x that is more than 4, for example 4.000000000000001


What are the values r cant take?

Any value whose modulus is greater than 1.


What is 0.92 in a mixed number?

0.92 is less than one. Mixed numbers are greater than one.


What negative integer whose absolute value is greater than 5?

minus 75 is one possible answer.


Write a line of code that asks the python user to input an integer greater than 0 and store this value in a variable and display its value?

integer = input("Please input an integer greater than 0: ") print(integer)