Click to See Complete Forum and Search --> : I hope anybody can help me to solve my problem!!!


itchinchin
07-10-2007, 06:41 PM
the project that my school ask me to do is to write a java programe which can find the three angles of a triangle by given 3 lengths. I don't know how to do, I hope anybody can help me to do it!!!:)

Khalid Ali
07-11-2007, 04:24 PM
at least start writing your program and ask specific questions. Thats the only way one should help you to do your homework.

TheMadCat
07-13-2007, 12:04 AM
First start out by finding if its program in CMD or Applet. Is the data input by cmd line or know by the program at setup? Second, find the math solution for angles. Use google.com or math book. Get paper/etc and write down java/etc code to outline the program. etc

int AnglesA = ((side1/side2)/side3)*100 //not real answer, but u get it.