Predict the output 
import java.lang.StrictMath.*;
public class Program
{
    public static void main(String[] args) {
        System.out.println(StrictMath.sin(StrictMath.PI/2));
    }
}


Posted on by