+ 1
What means of Syntax
Please help me
2 Antworten
+ 4
if (condition)
      code....
else
      code...
it's conditional statements its means if condition becomes true which action be apply or condition  becomes false
+ 2
It's like the grammar of programming languages.






