daily pastebin goal
41%
SHARE
TWEET

Untitled

a guest Jan 29th, 2018 49 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. using System;
  2.                    
  3. public class Program
  4. {
  5.     public static void Main()
  6.     {
  7.          
  8.         var rad = double.Parse(Console.ReadLine());
  9.         var deg = Math.Round(rad * 180 / Math.PI, 2);
  10.        
  11.         Console.WriteLine(deg);
  12.     }  
  13.  
  14. }
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top