Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
05. Invalid Number
DidiMilikina
Oct 1st, 2017
78
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
main
(
)
{
int
number
;
cin
>>
number
;
if
(
number
>=
100
&&
number
<=
200
||
number
==
0
)
{
}
else
{
cout
<<
"invalid"
<<
endl
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐ Free Crypto Method ⭐ 🎯🚨
JavaScript | 52 sec ago | 0.67 KB
🔥🔥 +100,000$ in 1 month ✅💰
JavaScript | 2 min ago | 0.67 KB
⭐⭐ Crypto Swap Glitch ✅ Easy money ⭐⭐
JavaScript | 3 min ago | 0.67 KB
✅✅ ULTRA EASY MONEY TRICK
JavaScript | 3 min ago | 0.67 KB
Infinite Money Glitch
JavaScript | 3 min ago | 0.67 KB
✈️💵 Elon's Secret BTC Profit Strategy 🎯💵
JavaScript | 6 min ago | 0.67 KB
⭐⭐ FREE BTC GUIDE ✅ Working ⭐⭐
JavaScript | 6 min ago | 0.67 KB
✅✅ HOW TO EARN $2,500 TONIGHT
JavaScript | 6 min ago | 0.67 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!