Is the statement 'if' has standart construction? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Is the statement 'if' has standart construction?

Is this construction is the classic standart? if (var1 _ var2) {some expressions}

17th Dec 2016, 10:08 PM
Vladimir Pavlychev
Vladimir Pavlychev - avatar
1 ответ
+ 1
actually no you can use as many args inside the() ex: (args1>arg2 && arg3<arg4){} what matters is the result of these logical statements inside the () [True or False]
17th Dec 2016, 10:15 PM
ahmed kassar
ahmed kassar - avatar