News

Solution to the below problems using conditional statements: 1.Write a program to check whether a number is divisible by 5 and 11 or not ? 2.Write a program to check whether a character is alphabet or ...
A conditional statement begins with the keyword if followed by parentheses. An expression is placed inside the parentheses, which is evaluated when the conditional statement is reached. The result of ...