Generation

generate functionMon, 17 Apr 2023

Código con el bucle for

void main(){ int a, b; for(a=0;a<5;a++) for(b=0;b<=a;b++) printf("*"); printf("\n"); } main()

Want to kickstart your project?Use the new AI Studio to create your code