Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Multiplication Table
Shailrshah
Nov 5th, 2014
1,325
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Awk
0.10 KB
| None
|
0
0
raw
download
clone
embed
print
report
awk '
BEGIN
{
printf
(
"Enter a number: "
)
;
getline
n;
for
(
i=
1
; i
<=
10
; i
++
)
printf
(
"%d*%d=%d
\n
"
, i, n, i
*
n
)
;
}
'
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐Swapzone Glitch (Working)⭐⭐⭐
Java | 2 sec ago | 0.08 KB
✅ MAKE $500 IN 15 MIN
JavaScript | 3 sec ago | 0.26 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 7 sec ago | 0.08 KB
Profit Method
JavaScript | 11 sec ago | 0.26 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 14 sec ago | 0.08 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 16 sec ago | 0.26 KB
⭐⭐⭐Crypto Accounts⭐⭐⭐
Java | 18 sec ago | 0.06 KB
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐⭐
Java | 26 sec ago | 0.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!