Computer Science, asked by aanyakaul6dec2008, 7 months ago

Q2. Find out the missing conditions in the following java program:
/* program to check whether triangle is possible or not for the three given sides */



class triangle

{ public static void main (int a, int b, int c)

{ if (? && ? && ? )

System.out.println (“Triangle is possible " );

else

System.out.println (“Triangle is not possible”);



}

}

PLEASE HELP​

Answers

Answered by AasinaaPritom5
0

Answer:

I don't know because I have not learnt code language

Explanation:

Sorryyyyyyyyyyyyyyyyy

Answered by theinsanegenius
0

You can do this program this way as well.

Hope it helps!!!!

Attachments:
Similar questions