Single 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 Single inheritance in object oriented programming(OOP) .C++ Program to convert a decimal number into an octal

C++ Program to convert a decimal number into an octal
C++ Program to convert a decimal number into an octal

Output

Enter the octal Number : 10

Your Entered Value is : 10

Octal Value of your Input is : 12

 

Leave a Comment

All Copyrights Reserved 2025 Reserved by T4Tutorials