0
Plz Solve this Triangle problem........ QUESTION IN DESCRIPTION
Write a program in Java to input three sides of a triangle and print if a triangle with those sides is valid or not.Sum of any two sides in a valid triangle is always greater than the third side of triangle. For valid triangles also print if the triangle is a right angled(use Pythagoras theorem)
14 Answers
+ 4
MD SHAHID don't spam you answer in your question it's againest the community guideline of sololearn .plz read it..
https://www.sololearn.com/discuss/1316935/?ref=app
+ 3
MD SHAHID We can solve your problem but first you need to try by yourself if you want to learn coding. You need to build up your logic.
+ 3
What you had tried share here. So we can check that what are you doing.
+ 2
I can help you but are you sure you want to learn coding? And you are Indian man. You can do anything.
+ 2
Yes it's right and working fine. Well done.
+ 2
No other discussion here. You can talk through messages
+ 1
Above Coding is right or not
+ 1
Above code is right or not???
+ 1
Thanks
+ 1
You are also an Indian
+ 1
Which part of India are you from?
- 1
no
formula for right angle triangle is wrong
- 1
just use math.sqrt(math.pow(a,2)+math.pow(b,2))==c