Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
(С#) Lab #3 Ex. 1
VEGASo
Oct 15th, 2022
(
edited
)
621
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C#
0.29 KB
| None
|
0
0
raw
download
clone
embed
print
report
using
System
;
namespace
LearnRSUE
{
class
Program
{
static
void
Main
(
)
{
int
Sum
=
0
;
for
(
int
i
=
2
;
i
<=
100
;
i
+=
2
)
{
Sum
+=
i
;
}
Console
.
WriteLine
(
Sum
)
;
}
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
I made $15,000 * 2 hours
CSS | 26 min ago | 0.99 KB
✅ API Glitch (Docs Leak)
CSS | 30 min ago | 0.99 KB
[TLF - A KING'S MEMORY]
1 hour ago | 1.62 KB
ccounter.cpp
C++ | 5 hours ago | 3.61 KB
Untitled
5 hours ago | 3.94 KB
arasaka
C | 1 day ago | 3.14 KB
new
C | 1 day ago | 3.06 KB
old
C | 1 day ago | 3.06 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!