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
1
- String name = "Riaan";
- double temp = 33.5;
- if( i > 36 || i<36)
{
System.out.println(“OK”);
}
else
{
System.out.println(“Not OK”);
}
MARK IT BRÄÑLÍĖST
Similar questions
Social Sciences,
4 months ago
English,
4 months ago
Math,
4 months ago
Math,
8 months ago
Math,
11 months ago