From 46226e6e89e4c89615f14cee61a9faec75fd2339 Mon Sep 17 00:00:00 2001 From: MD15 <36522826+MD15@users.noreply.github.com> Date: Fri, 10 Apr 2020 12:40:57 +0700 Subject: [PATCH] Create Pola3.c --- 07. Perulangan Lanjut/Pola3.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 07. Perulangan Lanjut/Pola3.c diff --git a/07. Perulangan Lanjut/Pola3.c b/07. Perulangan Lanjut/Pola3.c new file mode 100644 index 0000000..bcc434e --- /dev/null +++ b/07. Perulangan Lanjut/Pola3.c @@ -0,0 +1,17 @@ +#include +int main () { + int i,k,awal,x=0; + + scanf("%d",&awal); + for(i=1;i<=awal;i++) { + for(k=0;k