Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Dec 11th, 2018
82
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.24 KB
| None
|
0
0
raw
download
clone
embed
print
report
int Sum = 0;
for (int x = 1; x < 1000; x++)
{
if (x % 3 == 0) Sum += x;
else if (x % 5 == 0) Sum += x;
Console.WriteLine("x = {0}, sum = {1}", x, Sum);
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
This month smells like money
CSS | 2 min ago | 0.45 KB
✅ MrBeast Vyro Launch
CSS | 2 min ago | 0.66 KB
⭐ MrBeast Twitter ⭐
CSS | 2 min ago | 0.45 KB
✅ API Flaw Money Method
CSS | 17 min ago | 1.04 KB
⭐ Exploit Documentation ⭐
CSS | 17 min ago | 1.04 KB
This month smells like money
CSS | 17 min ago | 1.04 KB
Untitled
28 min ago | 0.37 KB
Untitled
29 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!