July 2022 1 1 Report
Какое значение получит переменная z после исполнения следующего фрагмента программы?

z := 5;

x := 1;

if z > 0 then z := 2 * z else x := 10;

if x = 0 then z := -2 else z := 9;

if (sqrt(z) = 3) and (x > 1) then z := z - 8 else z := 3 * x;
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2025 SCHOLAR.TIPS - All rights reserved.