public class Sine { public static void main(String[] args) { System.out.println(StrictMath.sin(0.3)); } }