วันอาทิตย์ที่ 10 กรกฎาคม พ.ศ. 2554

การบ้านข้อ11 week 4

#include<stdio.h>
#include<conio.h>
main()
{
     char x;
     int n,i;
     printf("Character :");
     scanf("%c",&x);
     printf("Number :");
     scanf("%d",&n);
     switch(n)
     {
          case4:
          case5:
          case6:
          case7:
          case8:
          case9:
          for(i=1;i<=n;i++)
          {
          printf("%c",x);
          if(i%n==0)
          printf("\n");
          }
     }
     getch();
}

ไม่มีความคิดเห็น:

แสดงความคิดเห็น