Question: Solve the error and write java code provide 2 input and output exxamples # binary to decimal # Path: Accenture/code%20practice/bin_to_int.py n= input() dec =0 for

Solve the error and write java code provide 2 input and output exxamples
\# binary to decimal \# Path: Accenture/code\%20practice/bin_to_int.py n= input() dec =0 for i in range (len(n)) : dec+=int(n[i])(2(len(n)i1)) print(dec)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
