Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
09.CelsiusToFahrenheit
fbinnzhivko
Mar 7th, 2016
222
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
gradus
=
double
.
Parse
(
Console
.
ReadLine
(
)
)
;
var
celsisum
=
gradus
*
1.80000
+
32
;
Console
.
WriteLine
(
"{0:0.00}"
, celsisum
)
;
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
reset_adapter.cmd
Batch | 1 min ago | 0.17 KB
initialize_db.ps1
Batch | 11 min ago | 0.17 KB
push_updates.ps1
Batch | 21 min ago | 0.17 KB
Untitled
Lua | 30 min ago | 13.21 KB
JS. Усложненные задачи. Решения
JavaScript | 50 min ago | 2.23 KB
Работа с классами
C# | 1 hour ago | 0.73 KB
Project 4 - CloseShop (Client)
Lua | 1 hour ago | 0.26 KB
Project 4 - OpenShop (Server)
Lua | 1 hour ago | 0.34 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!