Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TI-83+ Basic- Decimal/Binary converter
#2
Code:
Lbl B
Disp "DECIMAL:"
Input D
0->O
For(X,8,0,-1)
   If (D-(2^X))>=0    '#### <- you forgot the equal sign here
   Then
      O+(10^X)->O
      D-2^X->D
   End                
End
Reply


Messages In This Thread
Re: TI-83+ Basic- Decimal/Binary converter - by Neo - 03-27-2007, 05:18 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)