July 2022 2 13 Report
Срочно!

Какие условные операторы используют в разветвлениях?


if...else та for…in


if та for…in


if та if...else


отсутствует правильный ответ

2. Какой оператор реализует действие: если целое число a парное, поделить его на 2?


А. if a>b:
a = 0
else:
b = 0



if a<0:
a = –a



if a != b:
a = b



if a%2 == 0:
a = a//2
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.