- #1
Ottodomus
- 19
- 7
Hi everyone, I am new programming in Fortran and Inhave done about three or four programs that solves different problems in trigonometry, one
is the basic one it gives you hypotenuse upon two sides, the other finds the theta angle by giving hypotenuse and opposite side, other find hypotenuse by giving theta and adjascent side, and so on.
I want to create a program that the user could find all the answers depending the info he has, all in one program, that the program could ask what is the info available and based on that the program could solve those, is it possible?
Thanks in advance
is the basic one it gives you hypotenuse upon two sides, the other finds the theta angle by giving hypotenuse and opposite side, other find hypotenuse by giving theta and adjascent side, and so on.
I want to create a program that the user could find all the answers depending the info he has, all in one program, that the program could ask what is the info available and based on that the program could solve those, is it possible?
Thanks in advance
Last edited by a moderator: