Subscribe to stev3's Blog        RSS Feed
-----

Weclom

Icon Leave Comment
Weclom to my blog :}

here, look what I can do:

#include <stdio.h>
int main()
{
	int width, height;
	int i, j;

	printf("Height: "); scanf("%d", &height);
	printf("Width: "); scanf("%d", &width);

	for (i = 0; i < height; i++)
	{
		for(j = 0; j < width; j++)
		{
			printf("* ");
		}
		printf("\n");
	}
	return 0;
}

0 Comments On This Entry

 

January 2022

S M T W T F S
      1
2345678
9101112131415
161718192021 22
23242526272829
3031     

Tags

    Recent Entries

    Search My Blog

    4 user(s) viewing

    4 Guests
    0 member(s)
    0 anonymous member(s)

    Test

    test