We have learnt how to print in our last tutorial/blog. Now we will start conditional statements,
as we know we may need to execute some piece of only in some specific conditions or situations.
If you have any questions , any problem or any suggestion you can always reach me my by mail or comment at the bottom of the blog.if(and if else if else) statements
if statement is similar as it is in any other language like C/C++ or Java.
when statements (Another way of if-else)