Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int iStevec1, iStevec2;
- for(iStevec1 = 1; iStevec1 <= 5; iStevec1++)
- {
- for(iStevec2 = 1; iStevec2 <= iStevec1; iStevec2++)
- {
- printf("*");
- }
- printf("\n");
- }
- ___________________________________________________________
- *
- **
- ***
- ****
- *****
Advertisement
Add Comment
Please, Sign In to add comment