Помогите,,,,,, Определите значение переменной «k» после выполнения фрагмента программы:
a := 7;
b := 8;
k := 5+a;
if a < b then k := k*3
else k := k -3;
write ln(k);
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.