Octal to Decimal number program C++

Write the Octal to Decimal number program in C++.

Octal to Decimal number program in C++

Flowchart of Octal to Decimal number program C++

Flowchart of Octal to Decimal number program C++

C++ Program to Convert Octal Number to Decimal number

Write the Octal to Decimal number program in C++ using the do-while loop.

loop What lines will execute
T 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,  11, 12, 13, 14, 15, 16, 17, 18, 11,……
F 1,2,3,4,5,6,7,8,9,10, 11,12,13,14,15,16,11,17,18,19, 20, 21