Computer Science, asked by 1594851, 4 months ago

int x=32,c=0; while(x>0) c++ x=x/10 System.out.print(x)​

Answers

Answered by nomalibe
0

Answer:

ok this is the answer for your question

Explanation:

please follow me

Attachments:
Answered by Oreki
1

After Execution:

x = 32

c = 0

Output:

30

Similar questions