Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
09. Numbers from 1 to 10
Spocoman
Nov 19th, 2021
(
edited
)
119
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
NumbersFromOneToTen
{
class
Program
{
static
void
Main
(
)
{
int
num
=
1
;
do
{
Console
.
WriteLine
(
num
)
;
num
++;
}
while
(
num
<
11
)
;
}
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE D
JavaScript | 8 sec ago | 0.07 KB
Make $2000 in 15 minutes D
JavaScript | 12 sec ago | 0.07 KB
FREE BTC GUIDE T
JavaScript | 30 sec ago | 0.07 KB
FREE BTC GUIDE Y
JavaScript | 34 sec ago | 0.07 KB
FREE 500$ GIFTCARDS???? VF
Java | 47 sec ago | 0.14 KB
FREE 500$ GIFTCARDS???? VF
Java | 1 min ago | 0.13 KB
MAKE $1000 INSTANTLY U
JavaScript | 1 min ago | 0.07 KB
Make $2200 in 15 minutes I
JavaScript | 1 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!