October 2021 0 32 Report
Какое значение примет переменная с после выполнения данной программы? Pascal
1
2
3
4
5
6
a := 123;
b := 456;
a := b - b div 10;
b := a + b mod 100;
if a < b then c := b + a
else c := a - b;
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.