Question: Write a program which inputs an octal number and outputs its decimal equivalent. The following example illustrates the expected behavior of the program: Input
Write a program which inputs an octal number and outputs its decimal equivalent. The following example illustrates the expected behavior of the program: Input an octal number: 214 Octal(214) = Decimal(532)
Step by Step Solution
3.52 Rating (155 Votes )
There are 3 Steps involved in it
Heres a Python program that takes an octal number as input and outputs its decimal equivalent python ... View full answer
Get step-by-step solutions from verified subject matter experts
