打印整數的二進制

public class Test { public static void main(String[] args) { // TODO Auto-generated method stub //打印整數的二進制表示 System.out.println("請輸入一個整數 將轉爲二進制數"); Scanner sc = new Scanner(System.in); in
相關文章
相關標籤/搜索