Определите значение переменной С после выполнения следующего фрагмента программы: a := 100;
b := 30;
a := a – b*3;
if a > b then
c := a – b
else c := b – a;

1) 20 2) 70 3) –20 4) 180
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.