I am writing a program that a user inputs a 8 digit binary number and I need to convert it to a decimal number. I am trying to figure out a way for the user to enter the binary number without any deleminators, but be able to manipulate each digit of the number seperately. Any ideas
matt.harding.14203 0 Newbie Poster
Recommended Answers
Jump to PostIf you read it in as a String you can then use String's toCharArray method to give you an array where each element is a single character from the String.
All 3 Replies
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
matt.harding.14203 0 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.