The problem
Write a program that prompts the user to enter a decimal integer and displays its corresponding octal value. Use Java’s Integer.toOctalString(int)
in this program.
Write a program that prompts the user to enter a decimal integer and displays its corresponding octal value. Use Java’s Integer.toOctalString(int)
in this program.