Snippets Collections
#include <stdio.h>

#include <cs0.h>

​

int main(void)
5
{

    int h;

    int i, j;

do

{

    h = get_int("How big do you want?: ");

}

​

while (h < 1 || h > 8);

​

for (i = 0; i <= h; i++)

{

    for(j = 0; j <= ; j++)
18
    {

        if(j <= 8 - i || j >= 11 + i || j==9 || j ==10)

        printf(" ");

        else

        printf("#");

​

    }

    printf("\n");

​

}

​
star

Sat Jun 06 2020 13:06:27 GMT+0000 (Coordinated Universal Time) chrome-extension://annlhfjgbkfmbbejkbdpgbmpbcjnehbb/images/saveicon.png

##c ##cs50 #week1

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension