Computer Science, asked by uday4156, 9 months ago

Xis an integer ( x - 1234 ) . the print value of y of the algorithm below is ( note : + % ' is the modulo operator , which calculates the reminder and / gives the quotient of a division operation ) start o readx y = 0 ' = y + ( x % 10 ) x = x / 10 x = 0 ? > no jyes printy stop oa ) 4321 ob ) 10 oc ) 4 od ) 9

Answers

Answered by pt80099
0

Answer:

Please tell me

Explanation:

Similar questions