I want to convert binary to an integer, multiply it by 17, then convert it back to binary. This is my code:
Scanner scan = new Scanner(System.in); String n =