import java.io.*;
public class Trigonometry
{
public static void main (String args[]) throws IOException
{
int a,b;
double m,n,p=0;
InputStreamReader read= new InputStreamReader(System.in);
BufferedReader in = new BufferedReader(read);
System.out.println("Enter the value of first angle greater than the second");
System.out.println("Enter first angle");
a=Integer.parseInt(in.readLine());
System.out.println("Enter second angle");
b=Integer.parseInt(in.readLine());
m=(22.0/(7.0*180))*a;
n=(22.0/(7.0*180))*b;
p=(Math,tan(m)-Math.tan(n))/(1+(Math.tan(m)*Math.tan(n)));
System.out.println("The value of the expression ="+p);
}
}
public class Trigonometry
{
public static void main (String args[]) throws IOException
{
int a,b;
double m,n,p=0;
InputStreamReader read= new InputStreamReader(System.in);
BufferedReader in = new BufferedReader(read);
System.out.println("Enter the value of first angle greater than the second");
System.out.println("Enter first angle");
a=Integer.parseInt(in.readLine());
System.out.println("Enter second angle");
b=Integer.parseInt(in.readLine());
m=(22.0/(7.0*180))*a;
n=(22.0/(7.0*180))*b;
p=(Math,tan(m)-Math.tan(n))/(1+(Math.tan(m)*Math.tan(n)));
System.out.println("The value of the expression ="+p);
}
}
nice
ReplyDeleteTrigonometry equations are always difficult to solve. Because you can not learn and perform this type of equations at first attempt. From childhood, trigonometry was the only subject that scared me when I sit in the exams. But with the help of a lot of practice now it is easy for me. I learned trigonometry from Online Tutors. Also, online applications and websites are the good way to learn mathematical formula easily. You can take the help of video tutorials also for your better learning. Thanks for this beneficial article.
ReplyDelete