How do I make my calculator this to calculate in degrees rather than radians

Advertisements I have been stuck on this for a very long bit of time. How do I make my calculator calculate in degrees rather than radians. I tried Math.toDegrees but it did not work. Thank you if you decide to help. import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner… Read More How do I make my calculator this to calculate in degrees rather than radians