Что будет напечатано в результате выполнения следующего фрагмента программы, если значение R равно -10?

read(R);

if R = 0 then Y := R*10;

if R > 0 then Y := R+ 10;

if R < 0 then Y := R * R/2;

writeln ( 'R = ' , R).
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.