find 786 is an octal number, with explanation
Answers
Answered by
0
Answer:
public class Main
{
public static void main(String[] args) {
System.out.println(Integer.toOctalString(786));
}
}
Explanation:
The output is 1422
Answered by
1
Answer:
1422
If it will help you PLEASE MARK ME AS BRAINLIEST
Attachments:
Similar questions