Computer Science, asked by visheshgurnani25, 8 months ago

what is the problem in the snippet
char name = “Riaan”;

int temp = 33.5;

int i=5, j=10 ;

if((i
System.out.println(“OK”);

System.out.println(“Not OK”);

Answers

Answered by ashutosh0111
1
  1. String name = "Riaan";
  2. double temp = 33.5;
  3. if( i > 36 || i<36)

{

System.out.println(“OK”);

}

else

{

System.out.println(“Not OK”);

}

MARK IT BRÄÑLÍĖST

Similar questions