Question: Java Write a function to convert a binary string into a decimal number. The function will return an int and have a String parameter. Define

Java

Write a function to convert a binary string into a decimal number. The function will return an int and have a String parameter. Define a custom exception class named BinaryFormatException. Implement the bin2Dec method to throw a BinaryFormatException if the string is not a binary string (all ones and zeroes). Test this function with a driver program using both valid and invalid input.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!