Inputs from console do not become String in program through nextLine
I am making a program that first asks the user to input a number from the console to choose which umber type they’d like to convert to the other two, after which the user enters a number in the form of a string which is converted to the other two systems also as a string. I’ve ran into a problem where the program just stops, not letting me input the string bin from the console.