Computer Science, asked by heavendeviloriginal, 7 months ago

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 BrainIyCreator
0

Answer:

Explanation:

value of c is 0

Similar questions