Computer Science, asked by ssusj3979, 10 months ago

X is 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

Answers

Answered by Anonymous
2

Answer:

Enter values into multiple cells using CTRL + ENTER

To quickly enter data in multiple cells, first select all of the cells. Type in the data and press CTRL + ENTER, which enters the same value in all of the selected cells. For non-contiguous cells, hold down the CTRL key and click to select each cell.M

Answered by amitsharma1598
0

Answer:

10

Explanation:

X=1234

Y=0

Y=0+4

1234%10 = 4

1234/10 = 123

X=123

X =! 0

123%10 = 3

123/10 = 12

Y=4+3=7

X=12

X=! 0

12%10 = 2

12/10 = 1

Y=7+2

X=1

X=! 0

1%10=1

1/10=0

Y=9+1

X=0

Therefore Y=10.

Similar questions