Sunday, 5 November 2017

java conditional statement theory



Question 01:
What is conditional statement.
Ans:
The program that can decied which statement can be execute based on the following condition.
Question 02:
What is relational operator.
Ans:
Relational operator that can compare two values.
Question 03:
List all the relational operator.
Ans:
01    ==
02    <=
03    >=
04    !=
05   
          07<

No comments:

Post a Comment