Home
Download App
Study Material
{{ shortTitle }}
Video Lessons
Practice Tests
Ask Doubts
Pricing
JOIN NOW
Computer Applications
Which of the following is a compound statement?
p=Integer.parseInt(in.readLine());
c=++a;
if(a>b) a++; b- - ;
a=4;
Java Conditional Stmts
69 Likes
Answer
if(a>b) a++; b- - ;
Answered By
8 Likes
Related Questions
In a switch case, when the switch value does not respond to any case then the execution transfers to:
View Answer
Bookmark Now
Condition is essentially formed by using:
View Answer
Bookmark Now
If(a>b)&&(a>c)), then which of the statement is true?
View Answer
Bookmark Now
if
(
a
>
b
)
c
=
a
;
else
c
=
b
;
It can be written as:
View Answer
Bookmark Now