
1.Write a program that reads an integer by the user and displays it in octal (base 8):
Enter an integer number between 0 and 32767: 2012 In octal, your number is: 3734
(Use the same input and output format as given in the example above)
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.