Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
129 views

BPJ Lesson 14 Exercise and Project

The document discusses converting numbers between decimal, hexadecimal, octal, and binary representations. It references an appendix with conversions for the numbers 0 through 127 in different bases and contains code snippets for converting between bases and printing results.

Uploaded by

api-307094923
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views

BPJ Lesson 14 Exercise and Project

The document discusses converting numbers between decimal, hexadecimal, octal, and binary representations. It references an appendix with conversions for the numbers 0 through 127 in different bases and contains code snippets for converting between bases and printing results.

Uploaded by

api-307094923
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

See Appendix D for the decimal, hex, octal, and binary equivalents of 0 127.

Binary

Project Basically Speaking


TableOfBases

Exercise on Lesson 14

Tester

main

for

a
k

String s
int b
int i
String s

int i = 0b1001; System.out.println(i);

You might also like