Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Practice flipping the stars
#include <stdio.h> #define MAX_ROWS 10 int main(void) { for (int row = 1; row <= MAX_ROWS; row++) { for (int star = MAX_ROWS; star >= row; star--) printf("*"); printf("\n"); } return 0; }
run
|
edit
|
history
|
help
0
FUNTION 2
Maze
Assignment 7
multi dimension sum
A_141205_CadenaValorNumerico
finalpyramid
Loop-worksharing
TAREA M4- PERLAS TERMINADA
assignment5
multiplication