Computer Science, asked by yashandvarun, 10 months ago

17. Give the output for the given code:
int b[ ] = new int[51:
int num = 96258, n = 0;
while(num > 0)
b[n++] = num % 10;
num = 10;
System.out.println(b[ n-1 ]);​

Answers

Answered by divyanshtiwarivk
0

0 is the only thing that

Similar questions