Multi Level inheritance C++ Program to convert a decimal number into an octal

By: Prof. Dr. Fazal Rehman | Last updated: March 3, 2022

Write a program in C++ to convert a decimal number into an octal without using an array using Multi-Level in object oriented programming(OOP) .C++ Program to convert a decimal number into an octal

Output

Enter the octal Number : 80

Your Entered Value is : 80

Octal Value of your Input is : 120

Leave a Comment

All Copyrights Reserved 2025 Reserved by T4Tutorials