This website requires JavaScript.
Explore
Help
Register
Sign In
daffainfo
/
jawaban-toki
mirror of
https://github.com/daffainfo/jawaban-toki.git
Watch
1
Star
0
Fork
You've already forked jawaban-toki
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3744b32baf
jawaban-toki
/
03. Ekspresi dan Masukan
/
ATambahB.c
7 lines
90 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
)
{
int
a
,
b
;
scanf
(
"
%d %d
"
,
&
a
,
&
b
)
;
printf
(
"
%d
\n
"
,
a
+
b
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink