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
Get step-by-step solutions from verified subject matter experts
