Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Loops_01_NumbersFrom1toN
dim4o
Mar 26th, 2014
489
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C#
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
static
void
Main
(
)
{
int
number
=
int
.
Parse
(
Console
.
ReadLine
(
)
)
;
for
(
int
index
=
1
;
index
<=
number
;
index
++
)
{
Console
.
Write
(
"{0} "
, index
)
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
AOTPKC[8192-1024]
Python | 13 sec ago | 7.93 KB
Make 1500$ in 20 MIN [Method] R
JavaScript | 2 min ago | 0.07 KB
Make $200 in 15 minutes N
JavaScript | 3 min ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN R
JavaScript | 4 min ago | 0.07 KB
FREE BTC GUIDE V
JavaScript | 4 min ago | 0.07 KB
FREE BTC GUIDE L
JavaScript | 9 min ago | 0.07 KB
MAKE $900 INSTANTLY T
JavaScript | 9 min ago | 0.07 KB
MAKE $900 INSTANTLY B
JavaScript | 10 min 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!