1. 程式人生 > >第四周 姓名首字母

第四周 姓名首字母

問題: 姓名首字母

//作者 計163-1李偉明 2016.9.24 
#include <stdio.h>
#include <stdlib.h>

int main()
{
    printf("*   *         *         *     *         *\n");
    printf("*    *       * *       *     * *       * *\n");
    printf("*     *     *   *     *     *   *     *   *\n");
    printf("*      *   *     *   *     *     *   *     *\n");
    printf("*       * *       * *     *       * *       *\n");
    printf("*****    *         *     *         *         *\n");
    return 0;
}

執行結果:

知識點總結:

熟悉了各項流程與一些簡單的用語。

學習心得:

不錯,幸虧我的名字不太彎,哈哈!