PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Pastebin launched a little side project called
HostCabi.net
, check it out ;-)
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
2 sec ago
Untitled
6 sec ago
Untitled
7 sec ago
asd
10 sec ago
Untitled
17 sec ago
CASUAL r465-
45 sec ago
Untitled
48 sec ago
Untitled
30 sec ago
yes no maybe 1
By:
ace
on
Jan 23rd, 2010
| syntax:
None
| size: 0.37 KB | hits: 24 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
public string getResponse()
{
int index = randomGenerator.nextInt(3);
{
if(index = 0)
{
return "yes";
}
if(index = 1)
{
return "no";
}
if(index = 2)
{
return "maybe";
}
}
}
create a
new version
of this paste
RAW Paste Data
public string getResponse() { int index = randomGenerator.nextInt(3); { if(index = 0) { return "yes"; } if(index = 1) { return "no"; } if(index = 2) { return "maybe"; } } }