Computer Science, asked by Imsaki9059, 5 days ago

find 786 is an octal number, with explanation

Answers

Answered by samarthkrv
0

Answer:

public class Main

{

public static void main(String[] args) {

 System.out.println(Integer.toOctalString(786));

}

}

Explanation:

The output is 1422

Answered by llPRINCESSSOFIAll
1

Answer:

1422

If it will help you PLEASE MARK ME AS BRAINLIEST

Attachments:
Similar questions