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
Algebra: Decimal numbers, power of 10, rounding
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on decimal-numbers
Question 875460
:
How should I write in computer language the decimal numbers 1 to 500?
Answer by
Fombitz(32388)
(
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.