import java.util.Scanner; · class BinaryToDecimal · public static void main(String args[]) · Scanner s=new Scanner(System.in); · int n=s.nextInt(); · int decimal=0,p ...
確定! 回上一頁