Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
[C# Basics][Loops-HW] 1. Numbers from 1 to N
Masovski
Mar 29th, 2014
184
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C#
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
using
System
;
class
NumbersFrom1ToN
{
static
void
Main
(
)
{
int
n
=
int
.
Parse
(
Console
.
ReadLine
(
)
)
;
for
(
int
i
=
1
;
i
<=
n
;
i
++
)
{
Console
.
WriteLine
(
i
)
;
}
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
🔥 Exchange profit method
JavaScript | 3 sec ago | 0.24 KB
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ X
JavaScript | 7 sec ago | 0.25 KB
⭐⭐⭐Profit Method⭐⭐
Java | 8 sec ago | 0.15 KB
📝 EASY MONEY GUIDE ✅ Working J
JavaScript | 15 sec ago | 0.25 KB
⭐⭐⭐Exchange Exploit T 3⭐⭐
Java | 19 sec ago | 0.15 KB
📌 Instant BTC Profit Method ✅ Working 7
JavaScript | 22 sec ago | 0.25 KB
✅ Make $2500 in 20 minutes⭐ 0
JavaScript | 30 sec ago | 0.25 KB
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 31 sec ago | 0.15 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!