Ответ:
x : = 432
y : = x div 100 = 4
x : = ( x mod 100 ) * 10 = (32) *10 = 320
x : = x + y = 320 + 4 = 324
Объяснение:
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
x : = 432
y : = x div 100 = 4
x : = ( x mod 100 ) * 10 = (32) *10 = 320
x : = x + y = 320 + 4 = 324
Объяснение: