Chat with our AI personalities
sin = opp/hyp cos = adj/hyp tan = opp/adj
sine(sin) = opp/hypcosecant(q) = hyp/oppcosine(cos) = adj/hypsecant(q) = hyp/adjtangent(tan) = opp/adjcotangent(q) = adj/opp
import java.util.*; public class triangle { public static Scanner vic= new Scanner(System.in); public static void main(String[]args){ System.out.println("Enter measurement of adjacent: "); int adj = vic.nextInt(); System.out.println("Enter measurement of opposite: "); int opp = vic.nextInt(); System.out.println("Enter measurement of hypoteneuse: "); int hyp = vic.nextInt(); if(( adj < opp )&&(opp<hyp)){ System.out.println("Right triangle"); System.out.println("Regular triangle"); } else if (( adj<opp )&&( opp > hyp)){ System.out.println("Isosceles triangle"); } else if (( adj == opp)&&(adj==hyp)&&(hyp==opp)){ System.out.println("Equilateral triangle"); } else{ System.out.println("Not a triangle"); }} }
It means two do the opposite of that number.
"Other Peoples' Partners" or in more *crude* terms... "Other Peoples' Pussies/Penises" Being "down with OPP" means to be cheating on one's boyfriend/girlfriend/wife/husband