KnowledgeBoat Logo

Computer Applications

Which of the following is a compound statement?

  1. p=Integer.parseInt(in.readLine());
  2. c=++a;
  3. if(a>b) a++; b- - ;
  4. a=4;

Java Conditional Stmts

65 Likes

Answer

if(a>b) a++; b- - ;

Answered By

8 Likes


Related Questions