Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
10.RadiansToDegrees
fbinnzhivko
Mar 7th, 2016
193
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C#
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
using
System
;
class
Program
{
static
void
Main
(
)
{
var
radians
=
double
.
Parse
(
Console
.
ReadLine
(
)
)
;
var
gradus
=
radians
*
180
/
Math
.
PI
;
Console
.
WriteLine
(
"{0}"
, Math
.
Round
(
gradus
)
)
;
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Crypto Accounts
JavaScript | 2 sec ago | 0.08 KB
Netflix Premium UHD Hits
JavaScript | 4 sec ago | 0.08 KB
Make $2500 in 15 minutes J
JavaScript | 7 sec ago | 0.08 KB
MAKE $5000 INSTANTLY B
JavaScript | 7 sec ago | 0.08 KB
✅ Account Leaks
JavaScript | 8 sec ago | 0.08 KB
Make $2500 in 15 minutes G
JavaScript | 8 sec ago | 0.08 KB
MAKE $5000 INSTANTLY N
JavaScript | 9 sec ago | 0.08 KB
Make $2200 in 15 minutes
JavaScript | 11 sec ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!