Computer Applications
Which of the following is a conditional statement?
- if
- goto
- for
- none
Java Conditional Stmts
33 Likes
Answer
if
Answered By
5 Likes
Related Questions
If a, b and c are the sides of a triangle then which of the following statement is true for: if(a!=b && a!=c && b!=c)?
Two arithmetic expressions can be compared with if statement, using:
Which of the following statements accomplishes 'fall through'?
A Java program executes but doesn't give the desired output. It is due to: