What will be the result of following program segment
int a=5.b=10;
if(a>5)
if(b>10)
System.out.print(“b is”+b);
}
else
System.out.print("a is”+a);
Answers
Answered by
0
Answer:
n
What will be the result of following program segment
int a=5.b=10;
if(a>5)
if(b>10)
System.out.print(“b is”+b);
}
else
Similar questions
Social Sciences,
4 months ago
Chemistry,
4 months ago
Social Sciences,
10 months ago
Social Sciences,
10 months ago
Sociology,
1 year ago
Physics,
1 year ago