public class Result { public static void main(String args[]) { double num = 4.13; int p = (int) Math.toDegrees(num); System.out.print(p); } }
4.13 in degree 236.0.
Previous Question Next Question
Your comments will be displayed only after manual approval.