# [문제 1]
# 각도를 입력하면, 라디안 값과 사인 값을 출력하는 프로그램을 작성하세요.


# 입력예시
# 45

# 출력 예시:
# 라디안 값: 0.7853981633974483
# sin(45도) = 0.7071067811865475




# [문제 2]
# 100, 144, 225의 제곱근을 각각 구하는 프로그램을 작성하세요.




Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: