View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (63 forks)auto 404
easygood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Write a program to convert a binary number to decimal number. eg 101 ==> 6 logic to be used take 2 as the base and apt indexes.

Contributor guide