Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
pattern 12
//gcc 5.4.0 #include <stdio.h> int main() { int i,j; for(i=1;i<=4;i++) { for(j=1;j<=7;j++) { if(j>=i && j<=8-i) { printf("*"); } else { printf(" "); } } printf("\n"); } return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
ㅇㅇㅇ
18BCE2182 ASSESS_1 Q2-1
recurs3
funcion quicksort
ordenarcifrademenosamas
19_1_7
20171117_TARTAGLIA
C_141120_factorial01
PREGUNTA 10 CADENAS
swap_bitwise.c
Please log in to post a comment.