PLEASE HELP PROGRAMMING WILL GIVE BRAINLIEST
Decimal numbers are based on __________.

letters (x and y)
16 digits (0-9 and A-F)
10 digits (0-9)
two digits (0 and 1)


When you create a new object, the initializer method sets all of the initial values of that instance.

True
False


Which of the following statements tests if users walked 10,000 or more steps and ate fewer than 25 grams of sugar?

if(steps >= 10,000 and sugar > 25):
if(steps >= 10,000 or sugar < 25):
if(steps >= 10,000 and sugar < 25):
if(steps > 10,000 or sugar < 25):

Respuesta :

Answer:

1. C

2. True

3. C

Explanation:

1. Decimals dont have letters and use the numbers 0-9

2. Thats just what I think is right I'm not 100%

3. It needs to be 10,000 or more and also needs to have ate fewer ten 25 grams, that would be greater then or equal to 10,000 and sugar needs to be less then 25, if that makes sense.

ACCESS MORE