Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
OperadoresCondicionalesCortoCircuito.cs
Fhernd
Jul 24th, 2017
1,211
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C#
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
class
OperadoresCondicionalesCortoCircuito
{
public
static
bool
UsarParaguas
(
bool
lluvioso,
bool
soleado,
bool
ventoso
)
{
return
!
ventoso
&&
(
lluvioso
||
soleado
)
;
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Your Bitcoin Wallet Credentials have been res...
GetText | 1 sec ago | 0.26 KB
Chaturbate Accounts with Tokens
JavaScript | 3 sec ago | 0.09 KB
⭐️ EARN $500 INSTANTLY⭐ QR
JavaScript | 4 sec ago | 0.25 KB
⭐️ EARN $500 INSTANTLY NM
JavaScript | 5 sec ago | 0.25 KB
Chaturbate Accounts with Tokens
JavaScript | 5 sec ago | 0.09 KB
⭐ get any gift card for LB
JavaScript | 7 sec ago | 0.25 KB
NETFLIX UHD ACCOUNTS
JavaScript | 7 sec ago | 0.09 KB
NETFLIX UHD ACCOUNTS
JavaScript | 9 sec ago | 0.09 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!