Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
04. Inches to Centimeters
Spocoman
Aug 22nd, 2024
203
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
main
(
)
{
double
inches
;
cin
>>
inches
;
double
centimeters
=
inches
*
2.54
;
cout
<<
centimeters
<<
endl
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐if you really want more bring up the fire⭐...
Java | 12 sec ago | 0.13 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 24 sec ago | 0.13 KB
⭐✅ Jack's Profit Method ✅ NEVER SEEN BEF...
JavaScript | 26 sec ago | 0.25 KB
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 36 sec ago | 0.25 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 36 sec ago | 0.13 KB
⭐ ChangeNOW Bug ⭐ (Get more on BTC swaps) ✅ N...
JavaScript | 45 sec ago | 0.25 KB
⭐⭐⭐ChangeNOW Exploit⭐⭐⭐
Java | 47 sec ago | 0.13 KB
✅ Make $2500 in 20 minutes⭐⭐⭐ A
JavaScript | 48 sec ago | 0.27 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!