Decimal to Binary method
private String i2b(int num)
{
String s = new String();
// fill in here (while & if)
Return s;
}
Previous slide
Next slide
Back to first slide
View graphic version