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):