answersLogoWhite

0

For the purposes of school work, the answer they are probably looking for is 100.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What numberis 1 999 999 less than the smallest 10-digit number?

the answer is 000,1,000 000


What is the smallest 1 digit number?

The smallest negative one digit number is -9, and the smallest positive one digit number is either 0 or 1, I'm not sure about the positive.


What is the smallest four-digit number?

This depends on what you mean by smallest. The smallest four-digit whole number is 1,000; the smallest four-digit real number is .0001 (1/10,000); the smallest four-digit integer is -9,999.


What is the smallest digit we can write in the hundreds place of a three-digit number?

1We can not start a three digit number with 0, so 1 is the smallest digit.


What is the smallest 4 digit number in which no digit is repeated?

The smallest four-digit number in which no digit is repeated is 1023. It starts with the smallest digit (1) to ensure it's a four-digit number, followed by the next smallest digits (0, 2, and 3) without any repetitions.


What is the smallest 2 digit number?

10 is the smallest 2-digit whole number.


What is the smallest 7 digits number?

1 000 000 (1 million)


What is the predecessor of the smallest 4 digit number?

Predecessor of a number is obtained by subtracting 1 from it. The smallest 4 digit number is 1000 and its predecessor is 1000 - 1 = 999.


What is the smallest-digit odd number?

The smallest odd positive number is 1 (one).


What is the smallest 1 digit even number?

zero is the smallest even number (0)


Write a Shell program to find the smallest digits of a number?

You can create a Shell script to find the smallest digit of a number by iterating through its digits. Here's a simple example: #!/bin/bash read -p "Enter a number: " number smallest=9 for (( i=0; i<${#number}; i++ )); do digit=${number:$i:1} if (( digit < smallest )); then smallest=$digit fi done echo "The smallest digit is: $smallest" This script prompts the user for a number, checks each digit, and prints the smallest one.


The gratest possible 9-digit number?

1 000 000 000 - 1. this is 999 999 999.