Study Material
Computer Science
Which of the following is a conditional statement?
if
goto
break
none
Java Conditional Stmts
8 Likes
Answer
if
Answered By
4 Likes
Related Questions
if((a>b)&&(b>c)&&(c>d)) means:
View Answer
Bookmark Now
In an if statement two conditions are separated with the help of a:
View Answer
Bookmark Now
Which of the following is invalid for a break statement?
View Answer
Bookmark Now
A Java program executes but does not give the desired output. It is due to the
View Answer
Bookmark Now