Class output
{
Public static void main(String args[])
{
int a=5,b=6,c=0;
C=((a+b)>8)?(2*a): (3*b);
System.out.println ("value of c is "+c);
}
}
......
give the output only if u know it....
Answers
Answered by
0
Answer:
Explanation:
value of c is 0
Similar questions
Math,
3 months ago
India Languages,
3 months ago
Science,
3 months ago
Science,
7 months ago
Social Sciences,
1 year ago
Psychology,
1 year ago