SOLUTION: How should I write in computer language the decimal numbers 1 to 500?

Algebra ->  Decimal-numbers -> SOLUTION: How should I write in computer language the decimal numbers 1 to 500?      Log On


   



Question 875460: How should I write in computer language the decimal numbers 1 to 500?
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
By computer language do you mean binary?
0=0
1=1
2=10
3=11
4=100
5=101
6=110
7=111
8=1000
etc.
If that's not what you meant, please repost.