class Main { public static void main(String[] args) { // binary number long num = 110110111; // call method by passing the binary number int decimal ...
確定! 回上一頁