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
65 Likes
Answer
if(a>b) a++; b- - ;
Answered By
8 Likes
65 Likes
if(a>b) a++; b- - ;
Answered By
8 Likes