Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Dec 10th, 2015
111
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
public static int min(int a, int b)
{
int m2;
if(a<b)
m2 = a;
else
m2 = b;
return m2;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE 0
JavaScript | 5 sec ago | 0.07 KB
Make $200 in 15 minutes C
JavaScript | 12 sec ago | 0.07 KB
Make $200 in 15 minutes 9
JavaScript | 21 sec ago | 0.07 KB
MAKE $900 INSTANTLY P
JavaScript | 30 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN A
JavaScript | 44 sec ago | 0.07 KB
Make $200 in 15 minutes R
JavaScript | 45 sec ago | 0.07 KB
MAKE $900 INSTANTLY S
JavaScript | 50 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN K
JavaScript | 57 sec ago | 0.07 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!