Is the statement 'if' has standart construction? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 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