Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
lab 3 ex 17
godsqueezy
Feb 8th, 2020
169
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
#include <stdio.h>
#include <stdlib.h>
int
main
(
)
{
int
n
,
s
;
s
=
0
;
for
(
n
=
1
;
n
<=
12
;
++
n
)
{
if
(
n
%
3
==
0
)
{
s
=
s
+
n
;
}
}
printf
(
"%d
\n
"
,
s
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
w
16 hours ago | 0.09 KB
[email protected]
- idiot sending fr...
18 hours ago | 1.35 KB
Untitled
21 hours ago | 0.03 KB
Checking in availability
1 day ago | 0.66 KB
TRMP TOKEN
1 day ago | 1.56 KB
Untitled
1 day ago | 0.16 KB
my-push Script
1 day ago | 0.19 KB
Mapscan v2.0 - Archeagus Grey Hack Series, Ep...
JavaScript | 2 days ago | 9.34 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!