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
0
Answer:
I don't know because I have not learnt code language
Explanation:
Sorryyyyyyyyyyyyyyyyy
Answered by
0
You can do this program this way as well.
Hope it helps!!!!
Attachments:
Similar questions
Social Sciences,
3 months ago
World Languages,
3 months ago
Chinese,
3 months ago
Hindi,
7 months ago
Chemistry,
1 year ago