User profile: aeck

User info
User name:aeck
Old user name:audreyeckman
History
Joined:
Number of posts:21
Latest posts:

The largest signed integer number, base 8, that can be store in a variable of type BYTE
200 base 8 for smallest. 177 base 8 for largest. Is this correct now?

The largest signed integer number, base 8, that can be store in a variable of type BYTE
would it be 127 for largest, and -127 for smallest?

The largest signed integer number, base 8, that can be store in a variable of type BYTE
8 bits

The largest signed integer number, base 8, that can be store in a variable of type BYTE
The largest signed integer number, base 8, that can be store in a variable of type BYTE is _________...

For the above program, the final value stored in R
K = 0 R = 2259 WHILE R > 0 BEGIN K = K +1 R =2258 - K*100 END R = R + 55 For the above...